diff options
-rw-r--r-- | factory-default/net-misc/openssh/etc/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/factory-default/net-misc/openssh/etc/ssh/sshd_config b/factory-default/net-misc/openssh/etc/ssh/sshd_config index b1b858c2..9db8ab98 100644 --- a/factory-default/net-misc/openssh/etc/ssh/sshd_config +++ b/factory-default/net-misc/openssh/etc/ssh/sshd_config @@ -89,7 +89,7 @@ MaxSessions 2 # Send a message through the encrypted channel to request a response # from the client ClientAliveInterval 15 -ClientAliveCountMax 3 +ClientAliveCountMax 2 # Do not look up the remote host name and that the resolved host name # for the remote IP address maps back to the very same IP address |