From owner-freebsd-questions@FreeBSD.ORG Mon Jun 14 01:37:06 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 07C7316A4D0 for ; Mon, 14 Jun 2004 01:37:06 +0000 (GMT) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85AE043D2D for ; Mon, 14 Jun 2004 01:37:05 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) i5E1ZOvJ015109 for ; Sun, 13 Jun 2004 21:35:24 -0400 (EDT) Message-ID: <002f01c451ae$954171b0$0200a8c0@satellite> From: "dave" To: Date: Sun, 13 Jun 2004 21:26:09 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: limiting where a user can log in from 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: Mon, 14 Jun 2004 01:37:06 -0000 Hello, I've got a box that has two user's on it with no passwords, yes i know i know that's a bad idea, but there it is. I only want them logging on via the local network and not from telnet/ssh/anything related to the external interface which is rl0. I believe i should use something to do with login.access or login.conf, but am unsure as to what? Thanks. Dave.