Linux/fail2ban: Difference between revisions

From Wiki
mNo edit summary
mNo edit summary
Line 19: Line 19:
<pre>
<pre>
fail2ban-client status
fail2ban-client status
fail2ban-client status sshd
</pre>
== Unban ==
<pre>
fail2ban-client set sshd unbanip x.x.x.x
</pre>
</pre>



Revision as of 11:40, 23 March 2024

Installation

apt install fail2ban

cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local

systemctl enable fail2ban.service
systemctl restart fail2ban.service
systemctl status fail2ban.service

Config



Status

fail2ban-client status

fail2ban-client status sshd

Unban

fail2ban-client set sshd unbanip x.x.x.x