SV-248553r986330_rule
V-248553
SRG-OS-000126-GPOS-00066
OL08-00-010201
CAT II
10
Note: This setting must be applied in conjunction with OL08-00-010200 to function correctly.
Configure the SSH server to terminate a user session automatically after the SSH client has been unresponsive for 10 minutes.
Modify or append the following lines in the "/etc/ssh/sshd_config" file to have a product value of "600" or less:
ClientAliveInterval 600
The SSH daemon must be restarted for changes to take effect.
$ sudo systemctl restart sshd.service
Verify the SSH server automatically terminates a user session after the SSH client has been unresponsive for 10 minutes.
Check that the "ClientAliveInterval" variable is set to a value of "600" or less by running the following command:
$ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*clientaliveinterval'
ClientAliveInterval 600
If "ClientAliveInterval" does not exist, does not have a product value of "600" or less in "/etc/ssh/sshd_config", or is commented out, this is a finding.
If conflicting results are returned, this is a finding.
V-248553
False
OL08-00-010201
Verify the SSH server automatically terminates a user session after the SSH client has been unresponsive for 10 minutes.
Check that the "ClientAliveInterval" variable is set to a value of "600" or less by running the following command:
$ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*clientaliveinterval'
ClientAliveInterval 600
If "ClientAliveInterval" does not exist, does not have a product value of "600" or less in "/etc/ssh/sshd_config", or is commented out, this is a finding.
If conflicting results are returned, this is a finding.
M
5416