Hi.,
I'm facing a problem to connect to a SSH server from a AIX 5.0 Server. The connection was getting closed and the below is the debug log from the server -
370:HOST1:/home/isdsupp/.s
sh>sftp -vvvv USER001@XXX.XXX.XX.XX
Connecting to XXX.XXX.XX.XX...
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x009060df
debug1: Reading configuration data /etc/ssh/ssh_config
debug3: Seeding PRNG from /usr/sbin/ssh-rand-helper
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to XXX.XXX.XX.XX [XXX.XXX.XX.XX] port 22.
debug1: Connection established.
debug3: Not a RSA1 key file /home/isdsupp/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: no key found
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: no key found
debug1: identity file /home/isdsupp/.ssh/id_rsa type 1
debug1: identity file /home/isdsupp/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version SSHD
debug1: no match: SSHD
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.4p1
debug3: RNG is ready, skipping seeding
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-excha
nge-sha1,d
iffie-hell
man-group1
-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfi
sh-cbc,cas
t128-cbc,a
rcfour,aes
192-cbc,ae
s256-cbc,r
ijndael-cb
c@lysator.
liu.se
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfi
sh-cbc,cas
t128-cbc,a
rcfour,aes
192-cbc,ae
s256-cbc,r
ijndael-cb
c@lysator.
liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ri
pemd160,hm
ac-ripemd1
60@openssh
.com,hmac-
sha1-96,hm
ac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ri
pemd160,hm
ac-ripemd1
60@openssh
.com,hmac-
sha1-96,hm
ac-md5-96
debug2: kex_parse_kexinit: none
debug2: kex_parse_kexinit: none
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group14-sha
1,diffie-h
ellman-gro
up1-sha1
debug2: kex_parse_kexinit: ssh-rsa
debug2: kex_parse_kexinit: blowfish-cbc,aes128-cbc,3d
es-cbc,aes
192-cbc,ae
s256-cbc
debug2: kex_parse_kexinit: blowfish-cbc,aes128-cbc,3d
es-cbc,aes
192-cbc,ae
s256-cbc
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: dh_gen_key: priv key bits set: 130/256
debug1: bits set: 526/1024
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
Connection closed by XXX.XXX.XX.XX
debug1: Calling cleanup 0x20011dec(0x0)
Connection closed
Please help me..!!
Thanks.,
Sirish.