fail2ban: For sshd jail, protect 2222 port too

2222 port is heavily attacked by bots like 22.
This commit is contained in:
Benoît S. 2019-03-22 11:39:20 +01:00
parent de0a4c2ca8
commit 1a7349ee3d
1 changed files with 6 additions and 0 deletions

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,2222
logpath = %(sshd_log)s
backend = %(sshd_backend)s
maxretry = 10
{% if fail2ban_wordpress %}
[wordpress-hard]
enabled = true