![]() |
AUTH TLS for FTP
Hi everyone,
Anyone know a good online tutorial for configuring AUTH TLS on vsftpd? |
The vsftpd.conf man is actually very good.
You need to enable this options on vsftpd.conf Code:
#this is very importantCode:
cd /etc/vsftpd # or wherever your vsftpd config directory isCode:
force_local_logins_ssl=YESCode:
force_local_data_ssl=YESThe rest of the options for vsftpd are the same as if there were no ssl. |
| All times are GMT -5. The time now is 12:42 AM. |