Execute commands in parallel across multiple remote SSH hosts
Mass parallel ssh
mpssh
$ mpssh -f hosts.txt 'uptime'
$ mpssh -p 2222 host1 host2 host3 'df -h'
$ mpssh -n 10 server1 server2 server3 'systemctl status nginx'