From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 14:23:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614EE16A4CE for ; Tue, 23 Nov 2004 14:23:57 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36A4C43D2F for ; Tue, 23 Nov 2004 14:23:57 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 23841 invoked from network); 23 Nov 2004 14:23:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Nov 2004 14:23:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 699D869; Tue, 23 Nov 2004 09:23:56 -0500 (EST) Sender: lowell@be-well.ilk.org To: scott renna To: freebsd-questions@freebsd.org References: <20041122163407.44679.qmail@web53607.mail.yahoo.com> From: Lowell Gilbert Date: 23 Nov 2004 09:23:56 -0500 In-Reply-To: <20041122163407.44679.qmail@web53607.mail.yahoo.com> Message-ID: <44mzx8fxtv.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: 5.3 SSH Unable to authenticate X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 14:23:57 -0000 scott renna writes: > Had a concern regarding sshd on a freshly built and > cvsuped 5.3 box. Here's whats going on. Whenever I > try to ssh to the system from a Windows client, my > system accepts the FreeBSD SSH key, but then cannot > authenticate. > > This is the message received from SecureCRT: > > SecureCRT has disconnected from the server. Reason: > Unable to authenticate using any of the configured > authentication methods. > > I checked SecureCRT's configuration and it is as it > was when I was running 5.2. I had no issues sshing. > I took at look at /etc/ssh/sshd_config and the section > entitled Authentication, and here's what is shown on > line 38: > > #Authentication: > > > #LoginGraceTime 2m > > Is it odd for there to be nothing under > Authentication? I don't have a 5.2 box to take a look > at to view its sshd_config file. Configure SecureCRT to use keyboard-interactive authentication. I believe you can configure sshd to accept old-style password authentication, but since SecureCRT supports the more secure approach, it would be better to use that.