summaryrefslogtreecommitdiffstats
path: root/setup_fail2ban.sh
blob: b817ee659c3f01e31273a29ce04bb7890bb81780 (plain) (blame)
1
2
3
4
#!/bin/bash
sudo apt install fail2ban -y
sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
sudo service fail2ban restart