fix fail2ban
This commit is contained in:
parent
934874b297
commit
84691bb6d5
@ -24,4 +24,4 @@
|
|||||||
tcpflags = syn
|
tcpflags = syn
|
||||||
cmd_timeout = 600
|
cmd_timeout = 600
|
||||||
# stop_command = ufw delete allow from %IP% to any port 22
|
# stop_command = ufw delete allow from %IP% to any port 22
|
||||||
stop_command = ufw delete allow ssh
|
stop_command = ufw delete allow ssh
|
||||||
|
@ -20,6 +20,7 @@ sleep 2
|
|||||||
apt-get --yes --force-yes install fail2ban
|
apt-get --yes --force-yes install fail2ban
|
||||||
cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
|
cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
|
||||||
# ToDo ask for email and configure jail.local with it
|
# ToDo ask for email and configure jail.local with it
|
||||||
|
touch /var/log/auth.log
|
||||||
systemctl enable fail2ban
|
systemctl enable fail2ban
|
||||||
systemctl restart fail2ban
|
systemctl restart fail2ban
|
||||||
echo -e "\033[92;1mfail2ban installed and configured\033[Om"
|
echo -e "\033[92;1mfail2ban installed and configured\033[Om"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user