Hello (Open-)SHH-users,
after updating my Linux-sshd (OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090604f)
...I couldn't connect from my SunOS 5.8-account: elvis@ant$ ssh -V ssh: SSH Version 2.0.13 elvis@ant$ ssh -v XXXX@XXXXXXXXXX.dyndns.org Development-time debugging not compiled in. To enable, configure with --enable-debug and recompile. debug: hostname is 'XXXXXXXXXX.dyndns.org'. debug: Unable to open /home/inf/heil/.ssh2/ssh2_config Development-time debugging not compiled in. To enable, configure with --enable-debug and recompile. debug: connecting to XXXXXXXXXX.dyndns.org... debug: entering event loop debug: ssh_client_wrap: creating transport protocol debug: ssh_client_wrap: creating userauth protocol debug: client_disconnect: Algorithm negotiation failed.
Disconnected; key exchange or algorith negotiation failed (Algorithm negotiation failed.). debug: uninitializing event loop elvis@ant$
I didn't find anything any hints via groups.google :-(
On Monday 01 July 2002 09:24 pm, Heiko Heil wrote:
Hi Heiko,
Hello (Open-)SHH-users,
after updating my Linux-sshd (OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090604f)
...I couldn't connect from my SunOS 5.8-account: elvis@ant$ ssh -V
debug: Unable to open /home/inf/heil/.ssh2/ssh2_config
Maybe the Sun is not able to speak ssh V2. Please try "ssh -1 -v user@host.domain.org" instead.
Regards, --martin