- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- passwordless ssh
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
11-29-2011 03:57 AM
11-29-2011 03:57 AM
passwordless ssh
Hi,
I want to have a passwordless ssh from let serverA to serverB. I already tried succesfully for passwordless ssh. But this is from local user on serverA to local user on serverB. Now i want to do that from root user of serverA to that local user on serverB.
I have checked in root directory of serverA. .ssh file is already there and also in that .ssh directory id_rsa and id_rsa.pub files are already present. May be someone before has created them that i am not aware of.
I am having concern that can i gererate again the private and public keys in root user and should append it to authorized_keys file in serverB or first i have to delete the old .ssh folder and its contents in root. Or what is the correct procedure for that.
Regards,
- Tags:
- ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2011 06:14 AM
11-29-2011 06:14 AM
Re: passwordless ssh
You should read the topics I mentioned in your other thread:
http://h30499.www3.hp.com/t5/Languages-and-Scripting/script-regarding-ssh/m-p/5402173
Also, a forum search for ssh may provide more helpful info.
>Now I want to do that from root user of serverA to that local user on serverB.
ssh doesn't really care who the source user is as long as the keys are there on serverB.
>should append it to authorized_keys file in serverB or first I have to delete the old .ssh folder and its contents in root.
You should just append, especially if you have already added other user's keys on serverB.