How to update my account password on 100 unix server ?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to update my account password on 100 unix server ?
# 1  
Old 01-08-2009
How to update my account password on 100 unix server ?

Hi
We have over 100 unix servers. They include linux,solaris,aix,hp and sgi. I use telnet for some and ssh for rest. Note: none of this server has expect which i can use to update.So i am looking for expert who can help me with their script or guide me write KSH script to automate this.
Thank you very much inadvance.

Last edited by vbe; 01-08-2009 at 02:35 PM.. Reason: removed URL
# 2  
Old 01-08-2009
Hi
humaurtum
Anybody any idea ?
# 3  
Old 01-08-2009
Why don't you setup a NIS server? Everything is centrally managed and you don't have to worry about changing passwords on all servers.
# 4  
Old 01-08-2009
Centrify is a good tool. It will also integrate your accounts/passwords with AD.
Padow
# 5  
Old 01-08-2009
Currntly we have to use some work around before i put longterm solution.
# 6  
Old 01-08-2009
I use ssh and keys so I honestly don't know my password on any server we have. I think that is as nature intended it.
# 7  
Old 01-08-2009
Maybe you can get some ideas from:
changepass automate password changes on multiple systems
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Logging in to 100 server to test my account

I have been logging to 100 server everyday to test if I can login to the server. I created a script to ssh-copy-id to every host so next time it will be password less. Now it keeps prompting me Are you sure you want to continue connecting (yes/no)? yes This is normal for first time login.... (2 Replies)
Discussion started by: invinzin21
2 Replies

2. Shell Programming and Scripting

Update/Download file from FTP server to UNIX Server

HI Guys, I want to download files from FTP Server to my Unix server. I have tried , buy No Luck . Below Command i have tried. 1-Wget - Error "wget' not found" 2.ftp -n $HOST ...Not Working. 3.scp -i ftp://user:passowrd@hostname:21/ran/on/test.txt Any Suggestion (2 Replies)
Discussion started by: pareshkp
2 Replies

3. Shell Programming and Scripting

Logging in unix account taking password from a parameter file

Hi All, I am writing a script where it updates a file in an unix account. To update that file i need to be logged in as that account user. say account name is ab01 and its password is passab01. What i want to do is, my script should read login id and password from a parameter file and... (4 Replies)
Discussion started by: pkbond
4 Replies

4. UNIX for Dummies Questions & Answers

Change Account to not lock account if password expires

I have access to 15+ UNIX boxes at work, and I do not consistently log onto all of them over time. When I do try to access one I havent been on in awhile, my account is locked as the password has expired. I need to request to the UNIX SA's that the password expiration is 90 days and that if it... (1 Reply)
Discussion started by: stringzz
1 Replies

5. UNIX for Dummies Questions & Answers

Where are the password saved in a UNIX server?

I was wondering where are the password saved in a UNIX server? And are there som standar user and pass? Thanks for answering me. And sorry if this was a really stupid question. :) (12 Replies)
Discussion started by: hast5
12 Replies

6. Shell Programming and Scripting

To simultaneously update password change in two server at a time

I am new beginner in Unix and little experienced in BaaN ERP. Problem Statement: I have to run a BaaN session. I have to change the password for both primary and secondary server by using this session. On primary server only few people has access permission (say 10). But on secondary server... (0 Replies)
Discussion started by: s_chandrakar
0 Replies

7. UNIX for Dummies Questions & Answers

How to create an account on UNIX-server

How can i create an account on my UNIX-server? 1. The files, can't be deleted by that person. (or better: he can only delete his own upped files, or can delete files, but can't see mine) 2. He can upload files. 3. I can delete and see everything. Hope you guys can help me. B.T.W. nice... (1 Reply)
Discussion started by: SEC
1 Replies

8. UNIX for Dummies Questions & Answers

I inhereted a Unix server that is password protected...Help!

I inhereted a project server that has UNIX installed with a SCO OS. I am trying to learn UNIX but I cannot go beyond the password and login. The original engineers have left the company and nothing was ever written down. How can access our server? (1 Reply)
Discussion started by: fxsaint
1 Replies
Login or Register to Ask a Question