diff options
| author | 2025-11-14 22:10:42 +0100 | |
|---|---|---|
| committer | 2025-11-14 22:10:42 +0100 | |
| commit | 2b3c73728b9b748295e69a5fe4ad05c5b04408cb (patch) | |
| tree | fe7f0680411ff0bdc094a3f53e6c663db8aab4f1 /src/ssh.conf | |
| parent | 2aa7c934e3c7282b42988703c40a6b0fab532076 (diff) | |
ssh hardening allow at least 3 tries
Diffstat (limited to 'src/ssh.conf')
| -rw-r--r-- | src/ssh.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
