From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 22:33:01 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 473E316A4CE for ; Thu, 8 Jan 2004 22:33:01 -0800 (PST) Received: from ms-smtp-03-eri0.socal.rr.com (ms-smtp-03-qfe0.socal.rr.com [66.75.162.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ABAB43D3F for ; Thu, 8 Jan 2004 22:33:00 -0800 (PST) (envelope-from sean@mcneil.com) Received: from server.mcneil.com (cpe-66-75-176-109.socal.rr.com [66.75.176.109])i096WvF3006509; Thu, 8 Jan 2004 22:32:57 -0800 (PST) Received: from [66.75.176.109] (mcneil.com [66.75.176.109]) by server.mcneil.com (8.12.10/8.12.10) with ESMTP id i096WuSn037314; Thu, 8 Jan 2004 22:32:56 -0800 (PST) (envelope-from sean@mcneil.com) From: Sean McNeil To: Dag-Erling =?ISO-8859-1?Q?Sm=F8rgrav?= In-Reply-To: References: <1073588140.92541.2.camel@server.mcneil.com> Content-Type: text/plain; charset=iso-8859-1 Message-Id: <1073629976.37312.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 08 Jan 2004 22:32:56 -0800 Content-Transfer-Encoding: 8bit X-DCC-WEiAPG-Metrics: server.mcneil.com 1072; Body=2 Fuz1=2 Fuz2=2 X-Mailman-Approved-At: Fri, 09 Jan 2004 05:37:49 -0800 cc: freebsd-current@freebsd.org Subject: Re: ssh not working for me anymore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2004 06:33:01 -0000 OK, Although the documentation/comment in sshd_config says it defaults to "yes", it turns out from the code that UsePAM is defaulted to "no". I set this in the config file and I'm back in business :) Cheers, Sean On Thu, 2004-01-08 at 14:25, Dag-Erling Smørgrav wrote: > Sean McNeil writes: > > I think ssh is no longer compiled/configured the same (??) I'm using > > ldap and had no trouble until the recent merge of the openssl/openssh > > stuff. Is there a missing --with-md5-passwords or something? > > We've never built OpenSSH with --with-md5-passwords. > > Could you try to cvsup and rebuild, and get back to me if it still > doesn't work? > > DES -- Sean