You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing this is a typo but it may be something intentional. The template for CentOS (/templates/Final/etc/fail2ban/jail.conf.erb) contains the following lines:
This means that by default no jails are activated on CentOS, because default jails include
fail2ban::jails:
- 'ssh'
- 'ssh-ddos'
but the centos template is checking for sshd and sshd-ddos.
A workaround to apply the same config to CentOS and other (Ubuntu for example) machines is to include the (undocumented) sshd jails as well as the ssh ones:
I'm guessing this is a typo but it may be something intentional. The template for CentOS (
/templates/Final/etc/fail2ban/jail.conf.erb
) contains the following lines:This means that by default no jails are activated on CentOS, because default jails include
but the centos template is checking for
sshd
andsshd-ddos
.A workaround to apply the same config to CentOS and other (Ubuntu for example) machines is to include the (undocumented)
sshd
jails as well as thessh
ones:The text was updated successfully, but these errors were encountered: