From 265ad73e24d3662f5da6fa7c883a044a2cb9c088 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 4 Jun 2019 21:21:59 +0200 Subject: [PATCH] modifying ssh failtoban setting --- templates/jail.d/sshd.local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/jail.d/sshd.local b/templates/jail.d/sshd.local index 9eb356c..8c548d4 100644 --- a/templates/jail.d/sshd.local +++ b/templates/jail.d/sshd.local @@ -1,2 +1,5 @@ [sshd] enabled = true +maxretry = 10 +findtime = 43200 +bantime = -1 \ No newline at end of file