Oefenweb / ansible-fail2ban

Ansible role to set up fail2ban in Debian-like systems
MIT License
117 stars 55 forks source link

remove default settings (these are duplicates!) #38

Closed Yannik closed 7 years ago

Yannik commented 7 years ago

to enable sshd jail, you need to use the sshd name ofc

tersmitten commented 7 years ago

Thanks, does defaults/main.yml need adjustment?

Yannik commented 7 years ago

No.

tersmitten commented 7 years ago

Not the ssh preset?

Yannik commented 7 years ago

As filter = %(__name__)s by default, the jail.conf jail name is always the filter name, hence sshd and not ssh.

Yannik commented 7 years ago

@tersmitten Any update on this?