From c233458642d030a9ea6049f090f9b3e2de8f7f3f Mon Sep 17 00:00:00 2001
From: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
Date: Mon, 8 Apr 2024 15:11:10 +0200
Subject: [PATCH] sshd: set MaxAuthTries=10

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
---
 net/openssh/files/sshd.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/openssh/files/sshd.config b/net/openssh/files/sshd.config
index 9a8c3bb662..fa3f2bc7d4 100644
--- a/net/openssh/files/sshd.config
+++ b/net/openssh/files/sshd.config
@@ -4,3 +4,4 @@ config sshd
 	option Port '22'
 	option RootPasswordAuth '1'
 	option RootLogin '1'
+	option MaxAuthTries '10'
-- 
GitLab