From 2b3c73728b9b748295e69a5fe4ad05c5b04408cb Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Fri, 14 Nov 2025 22:10:42 +0100 Subject: ssh hardening allow at least 3 tries --- src/ssh.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ssh.conf b/src/ssh.conf index 65beeb1..9683ef8 100644 --- a/src/ssh.conf +++ b/src/ssh.conf @@ -23,8 +23,8 @@ AllowTcpForwarding no AllowAgentForwarding no X11Forwarding no -# Limit authentication tries to 1 per connection -MaxAuthTries 1 +# Limit authentication tries per connection +MaxAuthTries 3 # Do not wait too long for authentication LoginGraceTime 10 -- cgit v1.3.1