mussh
MUltihost SSH Wrapper
Install
- All systems
-
curl cmd.cat/mussh.sh
- Debian
-
apt-get install mussh
- Ubuntu
-
apt-get install mussh
- Kali Linux
-
apt-get install mussh
- Fedora
-
dnf install mussh
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mussh
- OS X
-
brew install mussh
- Raspbian
-
apt-get install mussh
- Dockerfile
- dockerfile.run/mussh
mussh
MUltihost SSH Wrapper
Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once. Unlike clusterssh or mssh, mussh is just a shell script wrapper for ssh with concurrency support. It is intended to make running identical commands or scripts on almost any number of hosts possible with minimal overhead. There is no GUI and the only language used is bash.