Sometimes, due to testing, fail2ban blocks an IP from me. To unblock me (and not wait 10 minutes):
iptables -L fail2ban-ssh -v --line-numbers
iptables -D fail2ban-ssh <LINE-NUMBER-OF-DROP-RULE>
Reposted from notes.it-jobs-und-stellen.de
Sometimes, due to testing, fail2ban blocks an IP from me. To unblock me (and not wait 10 minutes):
iptables -L fail2ban-ssh -v --line-numbers
iptables -D fail2ban-ssh <LINE-NUMBER-OF-DROP-RULE>
Reposted from notes.it-jobs-und-stellen.de