sudoshall.sh is a simple shellscript to run a shellscript with sudo at
more than one host. This without the need to enter your password over
and over again.
Usage
Make sure your ssh key is in the authorized_key file on every host.
Create a file with each host on a separate line.
Create a shell script that you want to run on each host as root.
Make sure that an exit code of 0 is returned if the script went well, and an
exit code greater than 0 when something went wrong.