debops / ansible-fail2ban

Install and configure fail2ban service
GNU General Public License v3.0
38 stars 14 forks source link

Default SSH Jail broken in Ubuntu 20.04 #27

Closed Keridos closed 3 years ago

Keridos commented 4 years ago

The default sshd jail fails on Ubuntu 20.04 with the following log: https://gist.github.com/Keridos/800234d58db78c6715f78a94b9a2a6f9

DEvil0000 commented 3 years ago

On ubuntu 20.04 there is no iptables-xt_recent-echo-reject action by default but a iptables-xt_recent-echo action. The default action however is iptables-multiport.

Keridos commented 3 years ago

On ubuntu 20.04 there is no iptables-xt_recent-echo-reject action by default but a iptables-xt_recent-echo action. The default action however is iptables-multiport.

https://github.com/debops/debops/pull/1508