From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 16:23:08 2005 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 DCF6C16A4CE for ; Sun, 27 Mar 2005 16:23:08 +0000 (GMT) Received: from enterprise.thenetnow.com (enterprise.thenetnow.com [65.39.193.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470B743D5F for ; Sun, 27 Mar 2005 16:23:08 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from GRANT (hpeel.ody.ca [216.240.12.2])j2RGN4557523 for ; Sun, 27 Mar 2005 11:23:04 -0500 (EST) (envelope-from gpeel@thenetnow.com) Message-ID: <001a01c532e9$42017e10$6401a8c0@GRANT> From: "Grant Peel" To: Date: Sun, 27 Mar 2005 11:23:05 -0500 Organization: The Net Now 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.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Jails .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 16:23:09 -0000 Hi all, I have put in a number of hours over the past few days researching scponly and sftp and scp. It seems to me, that for all the work of scponly shell to be setup, why not just create a simple jail and allow ssh teminal access for users? That having been said, is it possible to set up jails for existing users that include only simple commands, like: ls mkdir rmdir pico rm chown chmod if so, are there any guru's who would like to type and explanation and step by step how to here? -G