dsh
dancer's shell, or distributed shell
Install
- All systems
-
curl cmd.cat/dsh.sh
- Debian
-
apt-get install dsh
- Ubuntu
-
apt-get install dsh
- Kali Linux
-
apt-get install dsh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dsh
- OS X
-
brew install dsh
- Raspbian
-
apt-get install dsh
- Dockerfile
- dockerfile.run/dsh
dsh
dancer's shell, or distributed shell
Executes specified command on a group of computers using remote shell methods such as rsh or ssh. dsh can parallelise job submission using several algorithms, such as using fan-out method or opening as much connections as possible, or using a window of connections at one time. It also supports "interactive mode" for interactive maintenance of remote hosts. This tool is handy for administration of PC clusters, and multiple hosts. http://www.netfort.gr.jp/~dancer/software/dsh.html