Last active
May 5, 2019 11:44
-
-
Save marvin-marvin/d82b2151f25960c4bbc4887cdabca41e to your computer and use it in GitHub Desktop.
ufw ssh fail2ban config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Definition] | |
actionstart = | |
actionstop = | |
actioncheck = | |
actionban = ufw insert 1 deny from <ip> to any app OpenSSH | |
actionunban = ufw delete deny from <ip> to any app OpenSSH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment