]> git.ekhem.eu.org Git - server.git/commitdiff
[fail2ban] Hardcode systemd backend for sshd.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 7 Jan 2024 10:18:15 +0000 (11:18 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 7 Jan 2024 10:18:15 +0000 (11:18 +0100)
fail2ban/jail.local

index 4ff380a2e5e4217b22117f77d00f1be3eb35cf47..d5552ff2931ae0b90996de291476200d21af38fd 100644 (file)
@@ -290,7 +290,7 @@ enabled = true
 #mode   = normal
 port    = ssh
 logpath = %(sshd_log)s
-backend = %(sshd_backend)s
+backend = systemd
 
 
 [dropbear]