Weblog entry #10 for lykwydchykyn
#10
Managing multiple servers --passwords
Posted by lykwydchykyn on Tue 2 Oct 2007 at 16:43
I have about 15 Linux servers that I need to change the passwords for root and another account on. Is there a reasonably secure way to do this all at once? I've read up on cfengine but it is more than my feeble addlebrain can comprehend.
Comments on this Entry
Why not use cssh to log in at the same time on your 15 servers ?
[ Parent | Reply to this comment ]
Why not indeed? I didn't know about it; thanks! This will save me a lot of trouble.
[ Parent | Reply to this comment ]
Just to let you know what we used to do.
We used to have a script that generates a new password on every 1st of the month. The password was build through a set phrase and the current date in an odd combination but easy to remember
e.g. on0-1JulAlittlePinguinwasBornIn2007
Nowadays when I think about it, I dont have a good feeling in doing something like that, something could go wrong. But we never had problems, worked well for us for a load of servers and workstations
We used to have a script that generates a new password on every 1st of the month. The password was build through a set phrase and the current date in an odd combination but easy to remember
e.g. on0-1JulAlittlePinguinwasBornIn2007
Nowadays when I think about it, I dont have a good feeling in doing something like that, something could go wrong. But we never had problems, worked well for us for a load of servers and workstations
[ Parent | Reply to this comment ]