I did install and configure vsftpd with ssl using openssl.
But I want to accept only ssl connections, or, in other words, deny non-ssl connections.
I did install and configure vsftpd with ssl using openssl. But I want to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Source
All you need to do is change that setting in
/etc/vsftpd.confor in/etc/vsftp/vsftpd.conf; depending on your distro, the.conffile should be on of those 2 places. Then all you should need to do is restartvsftpddaemon as so:EDIT
You may also need to set
ssl_enable=YESfor this to take effect (as pointed out by Tegran in the comments)