Execute SSH commands in parallel across multiple hosts
Parallel SSH commands executioner and file synchronization tool
orgalorg$ orgalorg -u user -h host1,host2,host3 'uptime'$ orgalorg -u user -h host1,host2 --copy local_file remote_path$ orgalorg -u user -h host1,host2,host3 -c 2 'df -h'