Operating System - HP-UX
1837932 Members
2823 Online
110124 Solutions
New Discussion

Re: SSH issue HPUX to Solaris box

 
ganeshan srinivasan
Occasional Contributor

SSH issue HPUX to Solaris box

Ssh connection from HP-UX 11.11i to Solaris 2.6 running Openssh not working. Below is the output:-

# ssh -v gmhsn102
OpenSSH_3.7.1p2-pwexp26, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
HP-UX_Secure_Shell-A.03.71.000, HP_UX Secure Shell version
debug1: Reading configuration data /opt/ssh/etc/ssh_config
debug1: Connecting to gmhsn102 [198.208.168.102] port 22.
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_dsa type 2
debug1: Remote protocol version 1.99, remote software version OpenSSH_3.9p1
debug1: match: OpenSSH_3.9p1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2-pwexp26
debug1: SSH2_MSG_KEXINIT sent
Connection closed by 198.208.168.102
debug1: Calling cleanup 0x40015a3a(0x0)

The next step:-

debug1: SSH2_MSG_KEXINIT received should have followed but connection is closed instead.

Any ideas? Got it working ok for Solaris 2.8
1 REPLY 1
Michael Selvesteen_2
Trusted Contributor

Re: SSH issue HPUX to Solaris box

Hello,

One suggestion, You may upgrade your HP Secure Shell to recent version which is based on OpenSSH 3.9.

The error may be due to following reasons.

1. compatilblity problems
2. Server may implement tcp_wrappers which may deny some hosts.


A detailed server and client log will help to dig more into the problem.

--
M