From cf564756754a349cadae79edb52200d2fcc5bf6a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 2 Mar 2026 16:36:12 +0100 Subject: [PATCH] fix: remove endif --- templates/sshd/sshd_config.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/sshd/sshd_config.j2 b/templates/sshd/sshd_config.j2 index 9680574..d75e809 100644 --- a/templates/sshd/sshd_config.j2 +++ b/templates/sshd/sshd_config.j2 @@ -20,7 +20,6 @@ MaxSessions 8 PasswordAuthentication no PubkeyAuthentication yes AllowUsers ansible drone hugo simon -{% endif %} VersionAddendum "" IgnoreRhosts yes UseDNS no