- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- password management on multiple systems
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:22 AM
12-27-2005 08:22 AM
password management on multiple systems
I am needing to login to multiple servers.
I would like to utilize the same password on each of these systems. Now since there will be 45 servers, or so, when it is time to change my password I do not want to have to login to each server and change it. Any thoughts on how I can manage my passwords on these multiple servers. Several other admins will have the same problem.
The root password on all the systems will be different, I'm only refering to my own "admin" account.
These systems are not "trusted".
Thank you for you help.
Gary
- Tags:
- Password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:31 AM
12-27-2005 08:31 AM
Re: password management on multiple systems
We wrote a perl script that uses a combination of ssh with pre-authenticated keys, expect and the password command. The perl script reads in a list of server stored in a text file, prompts for old and new passwords, and runs the passwd command via ssh (you'll have to use the "-t" option) to change passwords on each server.
Paul
- Tags:
- expect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:33 AM
12-27-2005 08:33 AM
Re: password management on multiple systems
NIS, NIS+, LDAP
These can help with the centralization.
If you are not wanting to proceed down this path, look at using 'Expect'.
A neat language (utility) that allows for the chat capabilities. Execute the command once from your desktop system and it will contact/connect the other systems listed and go through the routine of changing passwds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 08:52 AM
12-27-2005 08:52 AM
Re: password management on multiple systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 07:13 PM
01-10-2006 07:13 PM
Re: password management on multiple systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 07:21 PM
01-10-2006 07:21 PM
Re: password management on multiple systems
Are you having password less remote login? Or a account with password known account then you can achive it.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 07:22 PM
01-10-2006 07:22 PM
Re: password management on multiple systems
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=981127
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2006 07:28 PM
01-10-2006 07:28 PM
Re: password management on multiple systems
You configure one server as NIS , NIS+ or LDAP server and then let all other servers refer this for passwords.
But this will not be possible that it will be applicable for only your one user. The same will be then the case for all users.
You can also incorporate other features also for additional advantages.
HTH,
Devender