fail2ban
Jail status
_$: fail2ban-client status ssh
Delete an IP address from a jail
Jail: ssh (for fail2ban) fail2ban-ssh (for iptables)
a) fail2ban (> 0.8.6 ?)
_$: fail2ban-client get ssh actionunban 82.XXX.YYY.14
b) iptables
_$: iptables -nL --line-numbers # Get the line in the jail
_$: iptables -D fail2ban-ssh 1 # Delete the line from the jail
List of ignored IP addresses
_$: fail2ban-client get ssh ignoreip
These IP addresses/networks are ignored:
|- 127.0.0.1/8
|- 88.XXX.YYY.36
|- 88.XXX.YYY.162
|- 80.XXX.YYY.232
|- 213.XXX.YYY.93
`- 82.XXX.YYY.14
Ban time for a jail
_$: fail2ban-client get ssh bantime
1800