Are you new here? Subscribe to my RSS feed. Thanks for visiting!If you’re worried about FTP users exploring outside of their home directory, you want to set up what is called a chroot jail.
To do this, open the /etc/vsftpd.conf file:
vim /etc/vsftpd.conf
and make the following modifications (line should be uncommented):
chroot_local_user=YES
After you save the file, restart […]
Popularity: 3% [?]

