Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 612 Bytes

File metadata and controls

24 lines (20 loc) · 612 Bytes

Status

# Overall
fail2ban-client status

# Service specific
fail2ban-client status sshd

# Dump the entire compiled configuration
fail2ban-client -d

Delete all fail2ban bans

#     unban --all                unbans all IP addresses (in all jails and database)
#     unban <IP> ... <IP>        unbans <IP> (in all jails and database)
# example:
fail2ban-client unban --all

restart <JAIL>, reload <JAIL> and reload commands also have the --unban option.

Example links