From owner-freebsd-questions@FreeBSD.ORG Mon Jan 9 07:41:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3163C16A41F for ; Mon, 9 Jan 2006 07:41:35 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id C13D843D45 for ; Mon, 9 Jan 2006 07:41:34 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout5.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k097fYpG005577 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 8 Jan 2006 23:41:34 -0800 X-Auth-Received: from [192.168.0.23] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k097fX2I030543 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 8 Jan 2006 23:41:33 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <8C520B67-731D-4064-967F-BDD017FE3C28@disflux.com> References: <4053413D-A3D3-4553-A1C9-49E92CD1D1F9@u.washington.edu> <8C520B67-731D-4064-967F-BDD017FE3C28@disflux.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <94556B3B-CA17-40D0-BC5B-1D35CA87CBE7@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Sun, 8 Jan 2006 23:42:26 -0800 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.746.2) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Extremely slow authentication via SSH on FreeBSD 6.0 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: Mon, 09 Jan 2006 07:41:35 -0000 On Jan 8, 2006, at 9:10 PM, Derek Musselmann wrote: > On Jan 8, 2006, at 7:21 PM, Garrett Cooper wrote: >> I'm having a hard time authenticating after upgrading the kernel >> and some packages, and I was wondering if someone could help me >> out with this issue. I marked the trouble points and included my >> sshd_config. > > I noticed in your sshd_config that you have: > > # Change to yes to enable built-in password authentication. > PasswordAuthentication yes > PermitEmptyPasswords no > > # Change to no to disable PAM authentication > ChallengeResponseAuthentication no > > > By default, ssh uses PAM for authentication. By commenting those > lines out, it doesn't mean that password checking won't be done, > just that it will be handled with PAM. > > And then later in the file you have: > UsePAM yes > > Try commenting out the PasswordAuthentication, > PermitEmptyPasswords, and ChallengeResponse lines. > > ----- > Derek Musselmann > http://www.disflux.com Tried exactly that, and it doesn't seem to have change the performance, actually =\... It still hangs in the same location, strangely enough. -Garrett