From 18f4b7ee4e20a86da1d7a0da3f2ce681fb5afaa2 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 14 Jul 2025 15:06:51 +0200 Subject: [PATCH] fix: close jinja template properly --- templates/sshd/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sshd/sshd_config.j2 b/templates/sshd/sshd_config.j2 index 21d0d48..87b063b 100644 --- a/templates/sshd/sshd_config.j2 +++ b/templates/sshd/sshd_config.j2 @@ -21,7 +21,7 @@ PermitRootLogin no # Hardening {% if inventory_hostname in groups['proxmox'] %} AcceptEnv LANG LC_* -{% else %} +{% endif %} StrictModes yes MaxAuthTries 2 MaxStartups 10:50:20