![]() |
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 important Code:
cd /etc/vsftpd # or wherever your vsftpd config directory is Code:
force_local_logins_ssl=YES Code:
force_local_data_ssl=YES The rest of the options for vsftpd are the same as if there were no ssl. |
All times are GMT -5. The time now is 07:59 PM. |