Last active
September 4, 2015 16:04
-
-
Save sparkalow/c2dc6c439cfc7d704505 to your computer and use it in GitHub Desktop.
Unban ip with Fail2Ban
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
##get list of jails | |
fail2ban-client status | |
# fail2ban-client set [jail-name] unbanip [ip] | |
fail2ban-client set ssh-iptables unbanip 104.130.138.247 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment