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
10-20-2008 07:52 AM
10-20-2008 07:52 AM
We have some sand boxes and testing the ssh.
I have been successfully establishing the passwd less ssh connection between 2 servers.
Now there is a requirement to use many accounts from the source test server A to multiple target servers(test) for multiple accounts.I have to know the requirement for this. I will surely appreciate .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 12:35 AM
10-21-2008 12:35 AM
Re: keygen
Are you looking for a way to define group rules?
like
GroupA users of servertest have the ability to log to account1 account2, accountn on server1, server2, servern?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 12:44 AM
10-21-2008 12:44 AM
Re: keygen
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1224578610578+28353475&threadId=851253
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 08:04 AM
10-21-2008 08:04 AM
Re: keygen
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 08:15 AM
10-21-2008 08:15 AM
Solutionthe short answer "no".
for instance, servera has user u1. serverb has user u2.
on servera, logged in as u1, the command
ssh u2@serverb
will succede w/o a password IF the public key for u1 on servera is in the authorized keys file for u2 on serverb.
I'm not sure I answered your question, because I'm not sure I understood it exactly, nor why it would be an issue to have the same accounts on the destination servers....the requirements (and the reasons behind them) are unclear