Skip to content

Server Troubleshooting

John Knudson edited this page Apr 13, 2023 · 4 revisions

Unban user that triggered fail2ban

Check IPs in jail:

 sudo iptables -n -L

Remove an IP from jail

 sudo fail2ban-client set sshd unbanip {ip}

Clone this wiki locally