From owner-freebsd-questions@FreeBSD.ORG Fri Apr 27 05:46:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E97F416A401 for ; Fri, 27 Apr 2007 05:46:36 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.freebsd.org (Postfix) with ESMTP id 3EAF613C44B for ; Fri, 27 Apr 2007 05:46:36 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 87823 invoked by uid 1008); 27 Apr 2007 05:19:53 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 27 Apr 2007 05:19:53 -0000 Received: from 68.165.89.71 (SquirrelMail authenticated user kalin@el.net) by mail.el.net with HTTP; Fri, 27 Apr 2007 01:19:53 -0400 (EDT) Message-ID: <63405.68.165.89.71.1177651193.squirrel@mail.el.net> Date: Fri, 27 Apr 2007 01:19:53 -0400 (EDT) From: "kalin mintchev" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: limited shell access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalin@el.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2007 05:46:37 -0000 hi all.. is it possible to limit access for certain users only to a certain directory tree - other then his/her home directory? for example joe logs into his home directory where there is a symbolic link to some other directory on the system but he can not go up a level (to /home or / ) or anywhere else but home and the directory under the symlink... i looked at the ssh and sshd confs but apparently nothing there... still looking... thanks....