Skip to content

Instantly share code, notes, and snippets.

@descubraomundo
Last active December 19, 2015 07:29
Show Gist options
  • Save descubraomundo/5919165 to your computer and use it in GitHub Desktop.
Save descubraomundo/5919165 to your computer and use it in GitHub Desktop.
Remove blocked ip from Fail2Ban
#Get sudo user
sudo -s
#List iptables
iptables -L -n
#Remove the desired ip
iptables -D fail2ban-ssh -s banned_ip -j DROP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment