From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 18:48:10 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 5FFA016A404 for ; Sat, 20 Jan 2007 18:48:10 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 25AFB13C45D for ; Sat, 20 Jan 2007 18:48:10 +0000 (UTC) (envelope-from maanjee@gmail.com) Received: by py-out-1112.google.com with SMTP id f31so400027pyh for ; Sat, 20 Jan 2007 10:48:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=b9QwPZc3AyWwhKI3vEJvNINk4OMv0p9H0FNv9yA5HilYr1+Bjpe7JccI5oZz2DAP/FmBZkI8h+TaO+nUvyt+3VtuawPtru4VkgzZp4EDAYPcqSsL1GUuKskic/i7kGg2bgsS2RerwR5hUtH+u1qTnl9bMoN2JXpXKaaXSM/76dQ= Received: by 10.35.62.1 with SMTP id p1mr6676406pyk.1169318889295; Sat, 20 Jan 2007 10:48:09 -0800 (PST) Received: by 10.35.49.18 with HTTP; Sat, 20 Jan 2007 10:48:09 -0800 (PST) Message-ID: <2cd0a0da0701201048l57938096jfd99bedf93b183c2@mail.gmail.com> Date: Sat, 20 Jan 2007 19:48:09 +0100 From: VeeJay To: maanjee@gmail.com, FreeBSD-Questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: JAIL/CHROOT question? 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: Sat, 20 Jan 2007 18:48:10 -0000 hello guys I am having one question... can I jail a user being login via SSH to another location/directory than user's $HOME directory? meaing if users $HOME directory is like this /home/alex and user is able to chdir to upward... but I don't want user go to user's $HOME directory. I want to limit to some other location like /home/temp and don't want to have user chdir upward... .....wanna have chroot limits... -- Thanks! BR / vj