- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH keys and new ip address
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
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
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
тАО09-26-2004 04:20 PM
тАО09-26-2004 04:20 PM
SSH keys and new ip address
I am running HP-UX 11i and the ssh is version OpenSSH_3.6.1p2, SSH protocols 1.5/2.0 on both nodes.
I moved a node in our network and gave it a new ip address. I can ssh to other nodes properly using passwords (so the network is fine), but it seems that there is an application that uses key-less login on a remote node. Do I have to re-generate private/public keys for the node with the new ip? Can I just append the keys to the remote nodes ~/.ssh2/authorization for each and every user on the remote (or do I mean local) node, and do I have to remove the old authorization first?
I am browsing through Chris Vail's document, and even the many pages from newfdog, but I don't see an exact answer to my situation.
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2004 04:34 PM
тАО09-26-2004 04:34 PM
Re: SSH keys and new ip address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2004 05:31 PM
тАО09-26-2004 05:31 PM
Re: SSH keys and new ip address
It depends on which node you changed the IP. Say systemA does non-interactive ssh sessions to systemB.
If you change the IP address of systemB, then you don't need to do anything as systemA's public key will remain unchanged on systemB.
However, if you change the IP address of systemA, then you will need to generate the public/private key again on systemA and modify authorized_keys file on systemB with the new key. You don't need to touch the existing entry (you can delete it) as this will be treated as a new system. It's almost like a new system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2004 01:25 AM
тАО09-28-2004 01:25 AM
Re: SSH keys and new ip address
Hope this helps
Scott Palmer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2004 01:53 AM
тАО09-28-2004 01:53 AM
Re: SSH keys and new ip address
Otherwise you'll get bounce warnings that will warn you of security problems.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2004 02:45 AM
тАО09-28-2004 02:45 AM
Re: SSH keys and new ip address
I think you'll have to regerate the keys to allow ssh without password.
Try this link on how to create the ssh keys when you are using ssh1/ssh2/openssh.
http://bumblebee.lcs.mit.edu/ssh2/
hope this helps.
Regds