From: Jakub Czajka Date: Sun, 25 Sep 2022 20:41:09 +0000 (+0200) Subject: [fail2ban] Enable `sshd` jail. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=d7c0c9ec683238e2b69f8f4a407c0c5855628d54;p=server.git [fail2ban] Enable `sshd` jail. --- 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.