From owner-freebsd-questions@FreeBSD.ORG Tue Dec 6 21:50:41 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 E644716A41F for ; Tue, 6 Dec 2005 21:50:41 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4808343D94 for ; Tue, 6 Dec 2005 21:50:33 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ejkdq-0006Ul-Iq for freebsd-questions@freebsd.org; Tue, 06 Dec 2005 22:46:30 +0100 Received: from n250.camo-route.com ([216.113.24.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Dec 2005 22:46:30 +0100 Received: from ugob by n250.camo-route.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Dec 2005 22:46:30 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ugo Bellavance Date: Tue, 06 Dec 2005 16:43:40 -0500 Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: n250.camo-route.com User-Agent: Thunderbird 1.4 (Windows/20050908) Sender: news Subject: 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 21:50:42 -0000 Hi, I'm trying to disallow password auth on ssh (freebsd 5.4). The only lines that contain "Password" are these: PasswordAuthentication no #PasswordAuthentication yes #PermitEmptyPasswords no #KerberosOrLocalPasswd yes I restarted sshd (/etc/rc.d/sshd restart), without success, it will still accept password auth. Anyone has an idea? Thanks, -- Ugo -> Please don't send a copy of your reply by e-mail. I read the list. -> Please avoid top-posting, long signatures and HTML, and cut the irrelevant parts in your replies.