I have a file server that has ssh on a public IP. We've been using SCP/FTPS over ssh to get to the server, but since it's sshd the users can see the entire file system. The problem is that the drive mount everyone needs to get to is outside of their home dir. Is their anyway I can setup chroot through sshd? Or is it just a silly pursuit and I should just setup a proper FTPS server? Thanks