LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   vsftpd with SSL auth but force plain data (https://www.linuxquestions.org/questions/linux-server-73/vsftpd-with-ssl-auth-but-force-plain-data-828699/)

pantzir 08-26-2010 06:00 PM

vsftpd with SSL auth but force plain data
 
I'd like to enable SSL authentication in vsftpd.conf but still somehow force plain data transfer; even if the client is capable of SSL data transfer. The way I understand the config, if I set ssl_enable=YES then if client wants to use SSL for data transfers, it can. I wish for force plain data transer, but still have SSL enabled for login. Is this possible with vsftpd? Thanks.

pantzir 08-26-2010 10:45 PM

I added cmds_denied=PROT to my vsftpd.conf and data transfers are plain text now.

note: force_anon/local_data_ssl must be NO
cmds_denied is available in vsftpd versions >= 2.1.0

thanks for #vsftpd irc for a hint!


All times are GMT -5. The time now is 08:25 PM.