1834364 Members
2282 Online
110066 Solutions
New Discussion

Re: HP Secure Shell 3.1

 
Belinda Dermody
Super Advisor

HP Secure Shell 3.1

I just loaded the HP secure shell 3.1 I can do my normal work from the 3.1 to a 2.3 version. But if I try to run scp from the 2.3 to the 3.1 version, I get a disconnect with the following msg:
un 25 11:10:44 cancun sshd[29786]: fatal: No supported key exchange algorithms

and if I try to do a ssh I get the following.
ssh -v cancun
SSH Version OpenSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /usr/local/etc/ssh_config
debug: Applying options for *
debug: Seeded RNG with 17 bytes from programs
debug: Seeded RNG with 3 bytes from system calls
debug: ssh_connect: getuid 337 geteuid 0 anon 0
debug: Connecting to cancun [198.212.9.122] port 22.
debug: Seeded RNG with 9 bytes from programs
debug: Seeded RNG with 3 bytes from system calls
debug: Allocated local port 897.
debug: Connection established.
debug: Remote protocol version 2.0, remote software version OpenSSH_3.1p1
debug: no match: OpenSSH_3.1p1
Enabling compatibility mode for protocol 2.0
debug: Local version string SSH-2.0-OpenSSH_2.3.0p1
debug: send KEXINIT
debug: done
debug: wait KEXINIT
Connection closed by 198.212.9.122
debug: Calling cleanup 0x40006aaa(0x0)
debug: Calling cleanup 0x40006ab2(0x0)
debug: writing PRNG seed to file /home/jmarrion/.ssh/prng_seed

Any help would be appreciated
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: HP Secure Shell 3.1

Hi James,

Try to see from the 3.1 version side by running sshd in debug mode. (sshd -d). You will get better information from there.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Belinda Dermody
Super Advisor

Re: HP Secure Shell 3.1

This problem has been resolved, created dsa keys with ssh-keygen and placed them in the authorized_keys folders and was not prompted for passwords.