From owner-freebsd-questions@FreeBSD.ORG Wed Nov 7 15:53:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FCA116A4E2 for ; Wed, 7 Nov 2007 15:53:14 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from n10.bullet.re3.yahoo.com (n10.bullet.re3.yahoo.com [68.142.237.123]) by mx1.freebsd.org (Postfix) with SMTP id C3EE813C48E for ; Wed, 7 Nov 2007 15:53:13 +0000 (UTC) (envelope-from juri_mian@yahoo.com) Received: from [68.142.237.89] by n10.bullet.re3.yahoo.com with NNFMP; 07 Nov 2007 15:53:01 -0000 Received: from [69.147.75.182] by t5.bullet.re3.yahoo.com with NNFMP; 07 Nov 2007 15:53:01 -0000 Received: from [127.0.0.1] by omp103.mail.re1.yahoo.com with NNFMP; 07 Nov 2007 15:53:01 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 368767.91166.bm@omp103.mail.re1.yahoo.com Received: (qmail 35336 invoked by uid 60001); 7 Nov 2007 15:53:00 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=5lOgVtngMV47o65o5hjY62vtAM7F6hNFUaGTRq8vJZAlQq6h73Cs55PUQ+CIoepY63NQtOWY+NXgSo5DA35VmxcrfqaVkiQ/IKCuj9XGvMWIvtVd+bZ/+rkJaTQVKfgNZ4x5CKIm/kJ8FzTNBt7Of2xytaJSRDGVPoDzzCJMIm8=; X-YMail-OSG: YECARhsVM1nar6DY4w_jfaimtKVcT5qFGeqq_6j9ZxM72TXpYO_AauLu.O.YY2TbRA-- Received: from [71.63.232.32] by web45611.mail.sp1.yahoo.com via HTTP; Wed, 07 Nov 2007 07:53:00 PST Date: Wed, 7 Nov 2007 07:53:00 -0800 (PST) From: Juri Mianovich To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <189342.33696.qm@web45611.mail.sp1.yahoo.com> Subject: problems with old SSH client and X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2007 15:53:14 -0000 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