diff options
| author | 2025-11-14 22:10:42 +0100 | |
|---|---|---|
| committer | 2025-11-14 22:10:42 +0100 | |
| commit | 68d687f6074f4035dde0f9fd6d15366b632dfb72 (patch) | |
| tree | fe7f0680411ff0bdc094a3f53e6c663db8aab4f1 /src | |
| parent | 852811959f822d82002a64fcd850765c96590dde (diff) | |
ssh hardening allow at least 3 tries
Diffstat (limited to 'src')
| -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 |
