- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH Experts
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
05-26-2006 04:56 AM
05-26-2006 04:56 AM
SSH Experts
1. have the remote user generate keys:
ssh-keygen -t rsa
this creates id_rsa and id_rsa.pub files
2. copy id_rsa.pub to my box
3. add id_rsa.pub to my authorized_keys file
done - works great
Problem - on a remote SUN I have the user run
ssh-keygen -t rsa. It creates id_rsa_2048_a and id_rsa_2048_a.pub. I copy the pub key over to my box and add it to authorized_keys. I can't connect. The format of the public key is different in that is actually looks like it is contained in an email. Should I edit the key in authorized_keys to make it look format wise like the HP generated keys?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 04:58 AM
05-26-2006 04:58 AM
Re: SSH Experts
first of all check both SSH keys are version2 ssh keys - then and only then they should look the same and be compatible.
I had the very same issue on my Tru64 box which still used SSHv1 - I wouldn't even have noticed without the issues. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 05:04 AM
05-26-2006 05:04 AM
Re: SSH Experts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 05:09 AM
05-26-2006 05:09 AM
Re: SSH Experts
generally it would help if you tell the OS-versions of HPs and SUNs.
You can get more and more verbose output when doing
ssh -v host
ssh -vv host
ssh -vvv host
This should give sufficent output to analyze the problem.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 08:34 AM
05-26-2006 08:34 AM
Re: SSH Experts
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 08:35 AM
05-26-2006 08:35 AM