Linux/fail2ban: Difference between revisions

From Wiki
mNo edit summary
 
(One intermediate revision by the same user not shown)
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>



Latest revision as of 11:42, 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