Using DSH, the Distributed Shell, on Linux
-
Tecmint has an article on using DSH on Linux. DSH is the distributed shell and is used to run the same command on many Linux systems at once.
-
I wonder how this compares to cssh.
-
Hmm, this might be an interesting alternative to cssh since it doesn't mirror keyboard input, but merely runs the same command. I'll have to see if we can adapt this for running our auditing scripts.
-
@Kelly said in Using DSH, the Distributed Shell, on Linux:
Hmm, this might be an interesting alternative to cssh since it doesn't mirror keyboard input, but merely runs the same command. I'll have to see if we can adapt this for running our auditing scripts.
Yeah, a little bit more robust there