By mohamednabil
Hello, I need to lock/chroot/limit a FTP user to a specific folder My droplet is Ubuntu I installed vsftpd
I’ve created a new user using: sudo usermod -d /home/USERNAME USERNAME
I’ve binded the html folder to the new user folder mount --bind /var/www/html /home/USERNAME/www/html
I’ve edited the vsftpd.conf file and modified the following: chroot_local_user=YES allow_writeable_chroot=YES write_enable=YES
I saved the file restarted the vsftpd using: service vsftpd restart
when I connect from my pc using filezilla I’m still able to navigate through all the servers folder any help?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
The first thing that jumps out to me is that the parameter in vsftpd.conf should be
chroot_local_user=YES
instead of
chrootlocaluser=YES
This is an older tutorial (targeting Ubuntu 12.04) but the vsftpd configuration section should still cover what you’re looking to do. The configuration in that tutorial includes chrooted user accounts.
I should also point out that unless it’s absolutely necessary it’s not generally recommended to run an FTP service as it’s an insecure protocol. SFTP provides a much better, encrypted option for file transfers.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.