diff --git a/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 b/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 index 022637f..bb18ea4 100644 --- a/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 +++ b/roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 @@ -16,7 +16,7 @@ TLSEngine on TLSLog /var/log/proftpd/tls.log - # @NOTW: "AALv23" means all SSL versions + # @NOTE: "AALv23" means all SSL versions TLSProtocol SSLv23 TLSOptions AllowClientRenegotiations TLSVerifyClient off @@ -28,8 +28,6 @@ TLSCACertificateFile {{ config.proftpd.tls_paths.cert }} - UserAlias anon smuggler - DenyAll