Results 1 to 2 of 2
Hi,
I want to know how to change the password for a user on all linux servers who has same password on all servers,
Example
one user say abc this ...
- 04-13-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 28
changing password in linux
Hi,
I want to know how to change the password for a user on all linux servers who has same password on all servers,
Example
one user say abc this user is created on all linux server and i want to change password for this user on all server?
Wheather it is possible?
- 04-13-2008 #2Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
Simplest, though insecure, way would be to extract the encrypted password string from the changed /etc/shadow file and then ssh to the other servers and hack it into their /etc/shadows. Assuming you're using the same distro and encryption mechanism on all servers, of course.
Or use NIS and have a single password for all servers.


Reply With Quote