From d7081eb87f1149d2e97decddfaeacda87ebf4657 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 7 Jan 2024 11:18:15 +0100 Subject: [PATCH] [fail2ban] Hardcode systemd backend for sshd. --- fail2ban/jail.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban/jail.local b/fail2ban/jail.local index 4ff380a..d5552ff 100644 --- a/fail2ban/jail.local +++ b/fail2ban/jail.local @@ -290,7 +290,7 @@ enabled = true #mode = normal port = ssh logpath = %(sshd_log)s -backend = %(sshd_backend)s +backend = systemd [dropbear] -- 2.39.5