- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SSH login
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
03-14-2003 01:45 PM
03-14-2003 01:45 PM
SSH login
SSH Version 1.2.33 [i686-unknown-linux], protocol version 1.5.
Standard version. Does not use RSAREF.
wsat1768lx: Reading configuration data /etc/ssh_config
wsat1768lx: Applying options for *
wsat1768lx: ssh_connect: getuid 508 geteuid 0 anon 0
wsat1768lx: Allocated local port 1023.
wsat1768lx: Connecting to 10.10.10.12 port 22.
wsat1768lx: Connection established.
wsat1768lx: Remote protocol version 2.0, remote software version OpenSSH_3.1p1
wsat1768lx: Waiting for server public key.
Local: Bad packet length 1349676916.
If I try and log in to a second linux box it will work.
Can anybody help with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 02:45 PM
03-14-2003 02:45 PM
Re: SSH login
The problem seems to happen only if your are using the default encryption cipher protocol. Try using the -c option, and see if you can login.
Take a look at this thread...
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=104217206110811&w=2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2003 04:08 AM
03-15-2003 04:08 AM
Re: SSH login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2003 07:22 PM
03-15-2003 07:22 PM
Re: SSH login
Your question is somewhat generic, so in adddition to my smart assed remark, a suggestion. Try regenerating your public keys. I'm attaching Chris Vale's memo on the subject, which I've used on Linux and HP-UX.
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
03-17-2003 08:01 AM
03-17-2003 08:01 AM
Re: SSH login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 10:03 AM
03-17-2003 10:03 AM
Re: SSH login
I got this information using Ethereal after I rolled back to ssh version 3.1 on the linux.
It looks like the HP-UX is using an older version.
could it mean that I need to roll back the linux box to version 1.2.33
SSH-2.0-OpenSSH_3.1p1
SSH-1.0-1.2.33
Protocol major versions differ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 10:26 AM
03-17-2003 10:26 AM
Re: SSH login
I upgraded TightVNC on the Linux box and this apparently replaced the ssh file on the linux box with the older version SSH-1.0-1.2.33
I over wrote it with 3.1 it works now.