From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 09:08:15 2003 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 A4E6737B401 for ; Wed, 30 Jul 2003 09:08:15 -0700 (PDT) Received: from redhat.vipersystems.biz (user198.net263.oh.sprint-hsd.net [208.17.71.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 65F5C43F93 for ; Wed, 30 Jul 2003 09:08:14 -0700 (PDT) (envelope-from jason@vipersystems.biz) Received: (qmail 94034 invoked from network); 30 Jul 2003 16:08:17 -0000 Received: from localhost (HELO vipersystems.biz) (127.0.0.1) by localhost with SMTP; 30 Jul 2003 16:08:17 -0000 Received: from 192.168.1.150 (SquirrelMail authenticated user jason@vipersystems.biz) by www.vipersystems.biz with HTTP; Wed, 30 Jul 2003 12:08:17 -0400 (EDT) Message-ID: <35009.192.168.1.150.1059581297.squirrel@www.vipersystems.biz> Date: Wed, 30 Jul 2003 12:08:17 -0400 (EDT) From: "Jason Lieurance" To: X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.12[cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Chroot directory for user not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 16:08:16 -0000 Hello, I know I'm not doing this right. I want to have a user who uses windows xp login to my freebsd 4.7 server with winscp and just have access(chroot) to the home directory I specify for them. I tried it like so: /etc/passwd file user1:*:600:600:User for ssh ftp:/usr/home/./user1:/sbin/false ..and of course when you login with winscp it takes you to the regular system root. Any help would be appreciated as always. -- Jason