- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Secure Shell on 11.11
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-05-2003 12:30 AM
09-05-2003 12:30 AM
I'm having a tought time figuring this one out. I have about 30 11.0 systems running HPUX.. openssh and all allow for hostbased (authorized_keys) access .. no password required.
But the 2 11.11 systems I have will not allow this function. By default on the 11.0 machine s which are running HPUX Secure Shell version of T1471AA_A.03.10.002_HP-UX_B.11.00_32+64
TIA and Regards,
Tony Escujuri
tony@unixadm.net
HP-UX Secure Shell
Product #: T1471AA
Version: A.03.50.000
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 12:34 AM
09-05-2003 12:34 AM
Re: HP-UX Secure Shell on 11.11
Any assitance on this would be moe than appreciated.
Regards,
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2003 12:43 AM
09-05-2003 12:43 AM
Re: HP-UX Secure Shell on 11.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 04:30 AM
09-06-2003 04:30 AM
SolutionAt a stab I would say you have created a DSA type key and stored it as though it was RSA (or visa-versa). The other problem could be caused if you used a text editor that has added control-characters and it is confusing SSH.
The best bet is to delete all your host keys on the effected hosts, and then start again.
Good luck,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 06:31 AM
09-06-2003 06:31 AM
Re: HP-UX Secure Shell on 11.11
debug2: we sent a publickey packet, wait for reply
debug1: authentications that can continue: external-keyx,gssapi,publickey,password,keyboard-interactive,hostbased
debug1: try privkey: /root/.ssh/id_dsa
debug3: no such identity: /root/.ssh/id_dsa
Looks like you still have to setup your public/private key pairs. It complains about no such identity. You will need to add the id_dsa.pub to the authorized_keys on the destination server (yahoo.com).
I may friendly remind you not to disclose any of your company related information for security reasons. You could replace them with dummy names.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 10:08 AM
09-06-2003 10:08 AM
Re: HP-UX Secure Shell on 11.11
#PubkeyAuthentication yes
and if it doesn't work adding this
RSAAuthentication yes
I hope it helps (points will be appreciated if it does ;-) )
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2003 10:38 PM
09-06-2003 10:38 PM
Re: HP-UX Secure Shell on 11.11
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-08-2003 01:33 AM
09-08-2003 01:33 AM
Re: HP-UX Secure Shell on 11.11
Regards,
Tony