From d7c0c9ec683238e2b69f8f4a407c0c5855628d54 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 25 Sep 2022 22:41:09 +0200 Subject: [PATCH] [fail2ban] Enable `sshd` jail. --- fail2ban/jail.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fail2ban/jail.local b/fail2ban/jail.local index 9057a49..cbafa18 100644 --- a/fail2ban/jail.local +++ b/fail2ban/jail.local @@ -277,7 +277,7 @@ action = %(action_)s # [sshd] - +enabled = true # To use more aggressive sshd modes set filter parameter "mode" in jail.local: # normal (default), ddos, extra or aggressive (combines all). # See "tests/files/logs/sshd" or "filter.d/sshd.conf" for usage example and details. -- 2.39.5