Files: 8f39c106e18eccb66afa2288c4557d4947278538 / scripts / fail2ban / jail.conf
239 bytesRaw
1 | # Add the following to your fail2ban jail.conf |
2 | # In Debian you'd append it to /etc/fail2ban/jail.local |
3 | |
4 | [sslh-ssh] |
5 | enabled = true |
6 | filter = sslh-ssh |
7 | action = iptables-multiport[name=sslh,port="443"] |
8 | logpath = /var/log/messages |
9 | maxretry = 5 |
10 |
Built with git-ssb-web