On 8 December 2010 20:07, Joseph Bashe <joseph.ba...@gmail.com> wrote:

> But he mentioned he needs some sort of 'virtual' (I'm assuming chroot)
> feature; this is not possible with sftp afaik.
> .
>


Its totally possble to chroot the sftp, and I have done it several times.
Something like the below will isolate each user

Match Group sftponly
         ChrootDirectory /home/chroot/%u
         X11Forwarding no
         AllowTcpForwarding no
         ForceCommand internal-sftp


he might need something more like this so they can share data

Match Group sftponly
         ChrootDirectory /home/chroot/
         X11Forwarding no
         AllowTcpForwarding no
         ForceCommand internal-sftp
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to