From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 12 06:40:47 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC88E16A4D9 for ; Tue, 12 Oct 2004 06:40:47 +0000 (GMT) Received: from www.cotse.net (packetderm.com [68.166.125.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B90A43D5F for ; Tue, 12 Oct 2004 06:40:47 +0000 (GMT) (envelope-from miker@cotse.com) Received: from localhost (localhost[127.0.0.1]) (authenticated bits=0) by www.cotse.net (5.7.4/5.7.4) with ESMTP id i9C6eRNp006137; Tue, 12 Oct 2004 02:40:28 -0400 (EDT) (envelope-from miker@cotse.com) From: Michael Ray To: ulf@Alameda.net Date: Tue, 12 Oct 2004 01:40:29 -0500 Organization: Cotse Message-ID: <8rumm0p0hs73ma6no0s5038qn2ol7vlebj@4ax.com> References: <20041011184805.GX66377@seven.alameda.net> In-Reply-To: <20041011184805.GX66377@seven.alameda.net> X-Mailer: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable cc: hackers@freebsd.org Subject: Re: openssh problem after going from 5.2.1 to 5.3-beta7 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: miker@cotse.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 06:40:48 -0000 On Mon, 11 Oct 2004 11:48:06 -0700, you wrote: >I have a HP DL380g3 I was running 5.2.1-REL on (I think it was on -p9). >I did a source upgrade to 5.3-beta7, including mergemaster -p, followed >by mergemaster which did upgrade /etc/ssh/sshd_config. > >When I am now trying to connect from SecureCRT, I get: > >SecureCRT has disconnected from the server. Reason: Unable to = authenticate >using any of the configured authentication methods. > > >SecureCRT profile is protocol ssh2, authentication password (which=20 >was saved, I unsaved it, it never prompts for password). SSH2 config >is no compression, Cipher AES-128, AES-192, AES-256, Twofish, Blowfish, >3DES and RC4. MAC is MD5, SHA1, SHA1-96 and MD5-96. SSH server is set >to autodetect, selecting another server doesn't change it. > >Anyone have an idea what the problem might be? Under 'Connection' properties use the "Keyboard Interactive" option for the 'Primary Authentication' method. Mike