Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    28

    Question 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?

  2. #2
    scm
    scm is offline
    Linux 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...