From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 12:31:17 2004 Return-Path: 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 7B49816A4CE for ; Wed, 28 Jan 2004 12:31:17 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7735743D1D for ; Wed, 28 Jan 2004 12:31:16 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc11) with ESMTP id <2004012820311601300ann8de>; Wed, 28 Jan 2004 20:31:16 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 5269112; Wed, 28 Jan 2004 15:31:15 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Jonas Trollvik" References: <000c01c3b536$b1f3c430$0600a8c0@slix> From: Lowell Gilbert Date: 28 Jan 2004 15:31:15 -0500 In-Reply-To: <000c01c3b536$b1f3c430$0600a8c0@slix> Message-ID: <441xpjq0h8.fsf@be-well.ilk.org> Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: sshd not respecting login.access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2004 20:31:17 -0000 "Jonas Trollvik" writes: > Hi, > I've been using login.access for a long while, it hasnt occured to me until now that sshd isnt taking that file into account. No users (except me) can log in to my system with telnet and they shouldnt with sshd. > > Is there a workaround for this? Wouldnt it be considered a serious bug that sshd doesnt parse this file? Don't you need to tell it to use login(1) in order to have the login program configuration apply? The sshd default for its "UseLogin" parameter is "no"...