Re: Locking SSH Users to $HOME

2007-04-11 Thread Nagy László Zsolt
L33T Networks wrote: Using the SSHD server, how can I lock users SSH'ing into a box into their home directory, without having access to the /usr/home directory as a whole? You might setup 700 rights for the home directories, then the users won't see each other's files. Is it what you want?

Re: Locking SSH Users to $HOME

2007-04-11 Thread Roland Smith
On Wed, Apr 11, 2007 at 10:22:19AM +0200, Nagy László Zsolt wrote: L33T Networks wrote: Using the SSHD server, how can I lock users SSH'ing into a box into their home directory, without having access to the /usr/home directory as a whole? You could set them up with a restricted shell.

Re: Locking SSH Users to $HOME

2007-04-11 Thread Gabriel Rossetti
L33T Networks wrote: Using the SSHD server, how can I lock users SSH'ing into a box into their home directory, without having access to the /usr/home directory as a whole? ___ freebsd-questions@freebsd.org mailing list

Re: Locking SSH Users to $HOME

2007-04-11 Thread David Robillard
Using the SSHD server, how can I lock users SSH'ing into a box into their home directory, without having access to the /usr/home directory as a whole? You can try to use the security/ssh2 port to replace the base system's sshd(8). This version of ssh supports additional chroot configuration