Remove an IP address from the banned SSH list
sudo iptables -D fail2ban-ssh -s banned_ip -j DROP
Remove an IP address from the banned FTP list
sudo iptables -D fail2ban-pure-ftpd -s banned_ip -j DROP
Remove an IP address from the banned SSH list
sudo iptables -D fail2ban-ssh -s banned_ip -j DROP
Remove an IP address from the banned FTP list
sudo iptables -D fail2ban-pure-ftpd -s banned_ip -j DROP