Proftpd uses TLS/SSL

Source: Internet
Author: User

 

Figure-ProFTPD

ProftpdUse TLS/SSL

For the FTP over TLS/SSL function, see the SSL Configuration section of vsftpd for certificate generation. The following is the SSL-related configuration in proftpd in my system:

 
 
  1. # I use SSL/TLS to protect my authentication information from sniffing  
  2.  
  3. #  
  4.  
  5. TLSEngine on  
  6.  
  7. TLSLog /var/log/proftpd-tls.log  
  8.  
  9. #lftp can't work properly without this 
  10.  
  11. TLSOptions NoCertRequest  
  12.  
  13. #Use TLS to protect authentication information  
  14.  
  15. #TLSRequired auth  
  16.  
  17. #Server's certificate file  
  18.  
  19. TLSRSACertificateFile /etc/proftpd/server.crt  
  20.  
  21. TLSRSACertificateKeyFile /etc/proftpd/server.key  
  22.  
  23. #Don't enforce TLS Renegotiate  
  24.  
  25. #TLSRenegotiate required off  
  26.  

Through the introduction of the article, we know the TLS/SSL configuration of Proftpd! I hope this article will help you!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.