Date: Wed, 7 Nov 2007 07:53:00 -0800 (PST) From: Juri Mianovich <juri_mian@yahoo.com> To: freebsd-questions@freebsd.org Subject: problems with old SSH client and Message-ID: <189342.33696.qm@web45611.mail.sp1.yahoo.com>
next in thread | raw e-mail | index | archive | help
I have a machine with an older SSH client on it and I am trying to connect to my 6.2-RELEASE system. I have changed the default line of: Protocol 2 to: Protocol 2,1 in /etc/ssh/sshd_config and now, from another modern FreeBSD system, I can successfully log in with this command: ssh -1 -c 3des user@host However, the older client, when using the exact same command, gets this error: 06 Oct - 17:43:35[] ()ssh's main <0> debug2: ssh_connect: needpriv 0^M 06 Oct - 17:43:37[] ()ssh's main <0> debug1: Connecting to hostname [10.10.10.10] port 22.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Connection established.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: identity file /etc/ssh/identity type -1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Remote protocol version 1.99, remote software version OpenSSH_4.5p1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: match: OpenSSH_4.5p1 pat OpenSSH*^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Local version string SSH-1.5-OpenSSH_3.7.1p2^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Waiting for server public key.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Received server public key (768 bits) and host key (1024 bits).^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: filename /etc/ssh/known_hosts^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: match line 1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: filename /etc/ssh/known_hosts^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: check_host_in_hostfile: match line 1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Host 'hostname' is known and matches the RSA1 host key.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Found key in /etc/ssh/known_hosts:1^M 06 Oct - 17:43:38[] ()ssh's main <0> fatal: Selected cipher type 3des not supported by server.^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Calling cleanup 0x44598ec0(0x0)^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: Calling cleanup 0x4458c630(0x0)^M 06 Oct - 17:43:38[] ()ssh's main <0> debug3: DecrementThreadCount() Thread count is now 1^M 06 Oct - 17:43:38[] ()ssh's main <0> debug1: sshExit(0) calling SSH_Exit()^M any ideas ? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?189342.33696.qm>