We require to be able to run some script as root from nothing other than an SSH login.
IE, we have root and password, and we need to perform a script action on a bunch of servers.
We require to be able to run some script as root from nothing other than an SSH login.
IE, we have root and password, and we need to perform a script action on a bunch of servers.
Look for Cluster SSH or Parallel SSH (pssh), I guess that's what you want to do.
Password login as root
is not a good idea. Make yourself familiar with public key authentication with SSH.