Re: chrooting SSH users into their home directories

2005-09-03 Thread Greg Maruszeczka
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
 [EMAIL PROTECTED]


Check out 'scponly' -- it's in the ports collection.

G
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


chrooting SSH users into their home directories

2005-09-02 Thread Brian Kaczynski
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 [EMAIL PROTECTED]


Re: chrooting SSH users into their home directories

2005-09-02 Thread Danny Howard
On Fri, Sep 02, 2005 at 04:50:17PM -0400, 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.

Brian,

Check out: rssh

-danny

-- 
http://dannyman.toldme.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: chrooting SSH users into their home directories

2005-09-02 Thread Ed Stover
On Fri, September 2, 2005 2:50 pm, 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
 [EMAIL PROTECTED]

off the top of my head use a restricted bash shell


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]