Fix a bug in the sshd jail config template
This commit is contained in:
@@ -11,4 +11,4 @@ findtime = {{ fail2ban_rhel_jail_sshd.findtime }}
|
|||||||
maxretry = {{ fail2ban_rhel_jail_sshd.maxretry }}
|
maxretry = {{ fail2ban_rhel_jail_sshd.maxretry }}
|
||||||
bantime = {{ fail2ban_rhel_jail_sshd.bantime }}
|
bantime = {{ fail2ban_rhel_jail_sshd.bantime }}
|
||||||
|
|
||||||
ignoreip = {{ fail2ban_rhel.ignoreips | default([]) | join(' ') }}
|
ignoreip = {{ fail2ban_rhel_jail_sshd.ignoreips | default([]) | join(' ') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user