ftp:tls_ssl_ftps_vsftpd
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ftp:tls_ssl_ftps_vsftpd [2016/09/28 11:03] – created peter | ftp:tls_ssl_ftps_vsftpd [2019/11/29 14:37] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== FTP - TLS/ | ||
- | |||
- | **NOTE**: You definitely should use this if you connect from the Internet to your box, otherwise passwords will be sent in plaintext, etc. | ||
- | |||
- | To use vsftpd with encryption (it's safer), change or add the following options (some options aren't on the original config file, so add them): | ||
- | |||
- | <code bash> | ||
- | vi / | ||
- | </ | ||
- | |||
- | and add or modify as: | ||
- | |||
- | <code bash> | ||
- | 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 | ||
- | # Filezilla uses port 21 if you don't set any port | ||
- | # in Servertype "FTPES - FTP over explicit TLS/ | ||
- | # Port 990 is the default used for FTPS protocol. | ||
- | # Uncomment it if you want/have to use port 990. | ||
- | # listen_port=990 | ||
- | </ | ||
- | |||
- | No need to create a certificate if openssl package is installed! | ||
- | |||
- | Install Filezilla (on the client side), and use the Servertype "FTPES - FTP over explicit TLS/ | ||
ftp/tls_ssl_ftps_vsftpd.1475060585.txt.gz · Last modified: 2020/07/15 09:30 (external edit)