Linux/fail2ban: Difference between revisions

From Wiki
(Created page with " Category:Linux/Network Category:Linux")
 
mNo edit summary
Line 1: Line 1:
== Installation ==
<pre>
apt install fail2ban


systemctl enable fail2ban.service
systemctl restart fail2ban.service
systemctl status fail2ban.service
</pre>





Revision as of 20:27, 19 November 2023

Installation

apt install fail2ban

systemctl enable fail2ban.service
systemctl restart fail2ban.service

systemctl status fail2ban.service