- Log into the target machine with Fail2Ban installed
- Look at the list of banned IPs and identify the IP you wish to unban:
sudo iptables -L -n
- Discover the names of the jails:
sudo fail2ban-client status
- Unban the IP:
sudo fail2ban-client set ssh-iptables unbanip 123.123.123.123
No comments:
Post a Comment
Thanks for contributing!! Try to keep on topic and please avoid flame wars!!