Execute commands on remote servers via SSH with Perl
Command-line tool which executes commands on remote servers
rex
$ rex -H user@hostname -e 'uname -a'
$ rex -f Rexfile -H 'user@server1' -H 'user@server2' task_name
$ rex -f Rexfile -T