From 7123af6865822fb0cf4f2bce7b7a49e10994313c Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 5 Nov 2021 19:20:15 -0400 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 573a737..0be632e 100644 --- a/install.sh +++ b/install.sh @@ -814,8 +814,8 @@ EOF bash -c 'cat > /etc/fail2ban/jail.local' <<-'EOF' [DEFAULT] -# Ban hosts for ten hours: -bantime = 36000 +# Ban hosts for one hours: +bantime = 3600 # Override /etc/fail2ban/jail.d/00-firewalld.conf: banaction = iptables-multiport [sshd]