- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using ssh secure shell client to a hp-ux11
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
09-23-2002 06:28 AM
09-23-2002 06:28 AM
using ssh secure shell client to a hp-ux11
i have a question: I wanted to use the secure shell client from ssh.com to log on to a hp ux11 with public-key authentication.
I generated the keys and migrated the public-key to /home/user/.ssh and renamed it to authorized_keys2.
And now when i chose authentication with public key the server responds an error: no further authentication methods available.
Could somebody help me to solve this problem?
Best regards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 06:45 AM
09-23-2002 06:45 AM
Re: using ssh secure shell client to a hp-ux11
Look at the sshd_config on the server and see what is specified under Hostkey portion of sshd_config. Also look at PubkeyAuthentication and make sure it is yes.
You will get more information by running sshd in debug mode on the HP server. Run "sshd -d" and observe the debug output while connecting to the server.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 06:56 AM
09-23-2002 06:56 AM
Re: using ssh secure shell client to a hp-ux11
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 06:56 AM
09-23-2002 06:56 AM
Re: using ssh secure shell client to a hp-ux11
Can i ever use the SSH Secure Shell Client from ssh.com t authenticate with the public-key on the HP-UX11?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 10:26 AM
09-23-2002 10:26 AM
Re: using ssh secure shell client to a hp-ux11
I use public key authentication to/from ssh on hp-ux (openssh2) all the time with nary a problem. One other thing to look at would be to turn on debug mode (or simply run ssh with a few -v's) and watch the error messages it spits out. That way you'd know where the failure is occuring (wrong key being presented, key in wrong/unexpected format, whatever)
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 11:27 PM
09-23-2002 11:27 PM
Re: using ssh secure shell client to a hp-ux11
I could convert this keypair on using openssh-server with "ssh-keygen -i -f mykey.pub >> authorized_keys2".
Is there such a command to convert the key on the HP-UX11?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 07:10 AM
09-24-2002 07:10 AM
Re: using ssh secure shell client to a hp-ux11
Now i know how to use the SSH Secure Shell client from ssh.com. After uploading the key you have to convert the key on the server with the command "ssh-keygen -X". Then it`ll ask you after the keyfile. And there it is. The server prints a new key which you have to copy and paste onto an e.g. vi.editor and save it as authorized_keys2.
Thats it.
Best regards.