Modify ClientAliveInterval to 300 by new benchmark doc.

This commit is contained in:
Samson-W 2019-05-09 15:34:20 +08:00
parent 9c93e6955a
commit 175fae40d7
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# #
# 9.3.12 Set Idle Timeout Interval for User Login (Scored) # 9.3.12 Set Idle Timeout Interval for User Login (Scored)
# FIXME: the implementation of this script doesn't do what it says # Modify by: Samson-W (sccxboy@gmail.com)
# #
set -e # One error, it's over set -e # One error, it's over
@ -75,7 +75,7 @@ create_config() {
status=disabled status=disabled
# In seconds, value of ClientAliveInterval, ClientAliveCountMax bedoing set to 0 # In seconds, value of ClientAliveInterval, ClientAliveCountMax bedoing set to 0
# Settles sshd idle timeout # Settles sshd idle timeout
SSHD_TIMEOUT=900 SSHD_TIMEOUT=300
EOF EOF
} }