From owner-freebsd-stable Sat Sep 15 6: 0:47 2001 Delivered-To: freebsd-stable@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 0AE7737B422 for ; Sat, 15 Sep 2001 06:00:43 -0700 (PDT) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Sep 2001 14:00:42 +0100 (BST) To: Conrado Vardanega Cc: freebsd-stable@freebsd.org Subject: Re: Disallowed any service (not ssh), part III In-reply-to: Your message of "Fri, 14 Sep 2001 17:34:47 -0300." X-Request-Do: Date: Sat, 15 Sep 2001 14:00:42 +0100 From: David Malone Message-ID: <200109151400.aa50393@salmon.maths.tcd.ie> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > debug1: Attempting authentication for cvarda. > Denied connection for cvarda from rock [192.168.3.1]. This message looks like it is produced if auth_hostok fails (it can also be produced if login_access fails, but I don't think we use that code). That function checks the access rules in /etc/login.conf (and also in the database /etc/login.conf.db if it exists). Check the contents of login.conf to make sure it is sensible and if you have a login.conf.db remove it, to make sure the parameters aren't being read from that. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message