Skip to content

Instantly share code, notes, and snippets.

@marvin-marvin
Last active May 5, 2019 11:44
Show Gist options
  • Save marvin-marvin/d82b2151f25960c4bbc4887cdabca41e to your computer and use it in GitHub Desktop.
Save marvin-marvin/d82b2151f25960c4bbc4887cdabca41e to your computer and use it in GitHub Desktop.
ufw ssh fail2ban config
[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