octopus
Part of the Furniture
vsftpd support SSL / TLS encryption support? NOW WORKING!
Rmerlin
Does your build support vsftpd support SSL / TLS based encryption?
Is this support enabled, is the ssl_enable? (I have tried to add additional config) vsftpd.conf.add
And I have generated pem-cert
this in vsftpd.conf (in original file)
This in my .add file
PASV firewall rule:
Rmerlin
Does your build support vsftpd support SSL / TLS based encryption?
Is this support enabled, is the ssl_enable? (I have tried to add additional config) vsftpd.conf.add
And I have generated pem-cert
this in vsftpd.conf (in original file)
anonymous_enable=NO
nopriv_user=root
write_enable=YES
local_enable=YES
chroot_local_user=YES
local_umask=000
dirmessage_enable=NO
xferlog_enable=NO
syslog_enable=NO
connect_from_port_20=YES
use_localtime=YES
listen=YES
pasv_enable=YES
ssl_enable=NO
tcp_wrappers=NO
max_clients=5
ftp_username=anonymous
ftpd_banner=Welcome to ASUS RT-AC68U FTP service.
This in my .add file
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=YES
force_local_logins_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
require_ssl_reuse=NO
pasv_enable=Yes
pasv_min_port=9970
pasv_max_port=10000
rsa_cert_file=/mnt/vsftpd/vsftpd.pem
PASV firewall rule:
iptables -I INPUT -p tcp -m tcp --dport 9970:10000 -j ACCEPT
Last edited: