From 05b6ae64df301caa9cbc0c7e8e1072e799e7db3a Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 12 Jun 2019 19:00:32 +0200 Subject: [PATCH] change ssh failtoban max retry --- templates/jail.d/sshd.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/jail.d/sshd.local b/templates/jail.d/sshd.local index 8c548d4..ce072ac 100644 --- a/templates/jail.d/sshd.local +++ b/templates/jail.d/sshd.local @@ -1,5 +1,5 @@ [sshd] enabled = true -maxretry = 10 +maxretry = 4 findtime = 43200 bantime = -1 \ No newline at end of file