Fix a bug in the sshd jail config template

This commit is contained in:
Alexander Gorelyshev
2026-06-09 20:35:36 +04:00
parent 6936935462
commit d1d68bb0a7

View File

@@ -11,4 +11,4 @@ findtime = {{ fail2ban_rhel_jail_sshd.findtime }}
maxretry = {{ fail2ban_rhel_jail_sshd.maxretry }}
bantime = {{ fail2ban_rhel_jail_sshd.bantime }}
ignoreip = {{ fail2ban_rhel.ignoreips | default([]) | join(' ') }}
ignoreip = {{ fail2ban_rhel_jail_sshd.ignoreips | default([]) | join(' ') }}