diff options
| -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 |
