From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 20:54:20 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8221065688 for ; Wed, 8 Oct 2008 20:54:20 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id C3EBB8FC1B for ; Wed, 8 Oct 2008 20:54:19 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id m98KsJhR018475; Wed, 8 Oct 2008 15:54:19 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200810082054.m98KsJhR018475@dc.cis.okstate.edu> To: lists@rhavenn.net Date: Wed, 08 Oct 2008 15:54:19 -0500 From: Martin McCormick Cc: freebsd-questions@freebsd.org Subject: Re: Can an Account be Locked out for ssh but allow su? 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: Wed, 08 Oct 2008 20:54:20 -0000 Henrik Hudson writes: > Check the sshd_config man page for AllowUsers and DenyUsers directives. Many thanks. DenyUsers did the trick.