From owner-freebsd-questions@FreeBSD.ORG Sat Sep 3 14:25:24 2005 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 8A3BB16A41F for ; Sat, 3 Sep 2005 14:25:24 +0000 (GMT) (envelope-from greg@grokking.org) Received: from herbert.sohotech.ca (herbert.sohotech.ca [206.116.63.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D366943D48 for ; Sat, 3 Sep 2005 14:25:23 +0000 (GMT) (envelope-from greg@grokking.org) Received: from localhost (unknown [127.0.0.1]) by herbert.sohotech.ca (Postfix) with ESMTP id AAEC518B23B for ; Sat, 3 Sep 2005 07:25:22 -0700 (PDT) Received: from herbert.sohotech.ca ([127.0.0.1]) by localhost (herbert.sohotech.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 92108-01 for ; Sat, 3 Sep 2005 07:25:14 -0700 (PDT) Received: from [192.168.11.2] (niven.sohotech.ca [192.168.11.2]) by herbert.sohotech.ca (Postfix) with ESMTP id 5A5FF18B236 for ; Sat, 3 Sep 2005 07:25:14 -0700 (PDT) Message-ID: <4319B24A.9090108@grokking.org> Date: Sat, 03 Sep 2005 07:25:14 -0700 From: Greg Maruszeczka User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050727) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050902183620.5CFF316A434@hub.freebsd.org> <4318BB09.9050506@cox.net> In-Reply-To: <4318BB09.9050506@cox.net> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sohotech.ca Subject: Re: chrooting SSH users into their home directories 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, 03 Sep 2005 14:25:24 -0000 Brian Kaczynski wrote: > I was wondering how you could lock a user into their home with chroot > when using SSH, similar to what the /etc/ftpchroot file does for FTP > users. The ssh server is sshd. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Check out 'scponly' -- it's in the ports collection. G