# 从fail2ban中移除被封禁的ip ```bash iptables -D f2b-NoAuthFailures -s banned_ip -j REJECT ```