<!DOCTYPE html> <html> <head> </head> <body> <p><strong>Issue</strong><br />Enable secure FTP connection on ProFTPd</p> <p><strong>Fix</strong><br />apt install proftpd proftpd-mod-crypto</p> <p> </p> <p>Edit <strong>/etc/proftpd/proftpd.conf</strong> as follow<br /><br />PassivePorts 30000 50000<br />Include /etc/proftpd/tls.conf</p> <p> </p> <p>Edit <strong>/etc/proftpd/tls.conf</strong> and set:<br /><br />TLSEngine on<br />TLSLog /var/log/proftpd/tls.log<br />TLSProtocol SSLv23<br />TLSRSACertificateFile /etc/ssl/star_goline_ch.crt<br />TLSRSACertificateKeyFile /etc/ssl/star_goline_ch.key<br />TLSOptions NoCertRequest EnableDiags NoSessionReuseRequired<br />TLSVerifyClient off<br />TLSRequired on</p> <p> </p> <p>Editi<strong>/etc/proftpd/modules.conf</strong> and set:<br /><br />LoadModule mod_tls.c</p> </body> </html>
Subscribe
0 Comments
Oldest