automating password change remotely
Once in every month or so I need to change 3 passwords (for 3 users) on 30~35 boxes. I do so by login in via ssh on each box individually. These passwords are used to login to the boxes remotely (via ssh) and physically.
Is there any way I can automate the process? Imagine I had to deal with 5,000 boxes!
The boxes are mostly Fedora and RHL and in "sshd_config" "PermitRootLogin" is set to "no" so no one can ssh as root.
Last edited by noir911; 03-22-2006 at 03:25 PM.
|