From e06807ed374e6d269d62757100363888d27d0003 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 12 Nov 2025 19:38:35 -0500 Subject: [PATCH] fix: removed line that will be added via task instead --- roles/bootstrap/templates/proftpd/conf.d/vhost@vps1.conf.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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