I'm setting up on my VPS a vsftpd, and i don't want users be allowed to leave they're ftp home directory. I'm using local_user ftp, not anonymous, so I added:
chroot_local_user=YES
I've read in a lot of forum post, that this is unsecure.
- Why is this unsecure?
- If this is unsecure because of using ssh to join to my VPS as well, then I could just lock out these users from sshd, right?
- Is there an other option for achiving this behaviour of vsftpd? ( I dont want to remove read permissions on all folder/files for "world" on my system )