User Tools

Site Tools


linux:network:vsftpd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:network:vsftpd [2012/11/17 18:31]
tkilla created
linux:network:vsftpd [2013/06/12 10:37] (current)
tkilla
Line 1: Line 1:
-====== vsFTPs ======+====== vsFTPd ======
  
 FTP daemon config with SSL in debian FTP daemon config with SSL in debian
Line 37: Line 37:
 ===== Client testing ===== ===== Client testing =====
  
-selfsigned cert: +offical cert: 
-  lftp -u tk -e 'set ftp:ssl-force true' example.com+  lftp -u username -e 'set ftp:ssl-force true' example.com
  
  
-offical cert: +selfsigned cert: 
-  lftp -u tk -e 'set ftp:ssl-force true' -e 'set ssl:verify-certificate false' example.com+  lftp -u username -e 'set ftp:ssl-force true' -e 'set ssl:verify-certificate false' example.com 
 +  
 ===== Check cert ===== ===== Check cert =====
   openssl s_client -connect example.com:ftp -starttls ftp -showcerts   openssl s_client -connect example.com:ftp -starttls ftp -showcerts
  
linux/network/vsftpd.1353173463.txt.gz · Last modified: 2012/11/17 18:31 by tkilla