fail2ban: Add local sshd jail with maxretry at 10 #35

Merged
benpro merged 1 commit from fail2ban-increase-ban-limit into unstable 2019-04-04 16:16:00 +02:00

View file

@ -27,6 +27,12 @@ action_mwl = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(proto
action = %(action_mwl)s
[sshd]
port = ssh
logpath = %(sshd_log)s
backend = %(sshd_backend)s
maxretry = 10
{% if fail2ban_wordpress %}
[wordpress-hard]
enabled = true