Execute SSH commands across multiple hosts in parallel
Multi-host SSH wrapper
mussh
$ mussh -h hosts.txt -c 'uptime'
$ mussh -h host1,host2,host3 -c 'df -h' -o '-p 2222'
$ mussh -h hosts.txt -c 'systemctl restart nginx' -P 5