vsftpd Configuration for TLS and Passive Mode
by bill_mcgonigle • 2012/11/27 • HOWTO, Internet, Linux, networking, Open Source, sysadmin, unix • 0 Comments
The vsftpd standard FTP daemon on Fedora 17 comes configured to not work. It doesn’t work in normal mode (chroot problems) it doesn’t handle TLS, it allows anonymous by default, and it doesn’t handle passive mode in a way that works with the iptables firewall (because of TLS). Goal: TLS, no chroot-ing, no anonymous,Passive...
Read more →