From owner-freebsd-questions@FreeBSD.ORG Tue Dec 6 22:15:55 2005 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 8252816A41F for ; Tue, 6 Dec 2005 22:15:55 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A78943D6A for ; Tue, 6 Dec 2005 22:15:54 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so498900wra for ; Tue, 06 Dec 2005 14:15:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mVnBAHgWbfmL0Jv8/hwtc6jgr8nvzSwnR/TSAcni2s+I2ze7J0XqjeArPs0hM8RhqzB2GT+HkcvGHbk2cduj33N8zx+1BRgsyVnLWnzCYzhKIYXeCp9kqjt2dntX24GhslFiwZo+Uh/tTKJiWWk48LiABqGdwIJhPdCvZEcG7Xs= Received: by 10.65.181.10 with SMTP id i10mr1073526qbp; Tue, 06 Dec 2005 14:15:52 -0800 (PST) Received: by 10.65.253.2 with HTTP; Tue, 6 Dec 2005 14:15:52 -0800 (PST) Message-ID: <54db43990512061415k236da05dk545425fe15d5c95b@mail.gmail.com> Date: Tue, 6 Dec 2005 17:15:52 -0500 From: Bob Johnson To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: bobo1009@mailtest1.eng.ufl.edu Subject: Re: SSH no passwd auth doesn't work 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: Tue, 06 Dec 2005 22:15:55 -0000 On 12/6/05, Ugo Bellavance wrote: > Hi, > > =09I'm trying to disallow password auth on ssh (freebsd 5.4). [...] > Anyone has an idea? > > Thanks, Disable PAM authentication: ChallengeResponseAuthentication no This will also make PermitRootLogin work as you would expect. - Bob