From owner-freebsd-questions@FreeBSD.ORG Tue Nov 7 20:54:41 2006 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 1E5DE16A550 for ; Tue, 7 Nov 2006 20:54:41 +0000 (UTC) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03.ohiordc.rr.com (ms-smtp-03.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9074743D6A for ; Tue, 7 Nov 2006 20:54:40 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-40-34.woh.res.rr.com [65.31.40.34]) by ms-smtp-03.ohiordc.rr.com (8.13.6/8.13.6) with SMTP id kA7KsZOm018115 for ; Tue, 7 Nov 2006 15:54:36 -0500 (EST) Message-ID: <000301c702ae$da839510$0200a8c0@satellite> From: "Dave" To: Date: Tue, 7 Nov 2006 15:54:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: denying a user access from the internet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2006 20:54:41 -0000 Hello, I've got a FreeBSD box that i have a user on who needs special console access. I've given him access to what is required, but i do not want him to be able to log in from the internet via ssh, telnet, or even a serial terminal if possible. Basically if this user isn't right in front of the box i don't want him accessing it. Is it possible to lock a user out to this extent, i know with ssh i can do an AllowGroup option and not put him in the group that would work? Thanks. Dave.