diff --git a/fail2ban/templates/jail.local.j2 b/fail2ban/templates/jail.local.j2 index 4c3999bc..088e85d4 100644 --- a/fail2ban/templates/jail.local.j2 +++ b/fail2ban/templates/jail.local.j2 @@ -27,6 +27,12 @@ action_mwl = %(banaction)s[name=%(__name__)s, port="%(port)s", protocol="%(proto action = %(action_mwl)s +[sshd] +port = ssh,2222 +logpath = %(sshd_log)s +backend = %(sshd_backend)s +maxretry = 10 + {% if fail2ban_wordpress %} [wordpress-hard] enabled = true