SV-248552r986329_rule
V-248552
SRG-OS-000126-GPOS-00066
OL08-00-010200
CAT II
10
Note: This setting must be applied in conjunction with OL08-00-010201 to function correctly.
Configure the SSH server to terminate a user session automatically after the SSH client has become unresponsive.
Modify or append the following line in the "/etc/ssh/sshd_config" file:
ClientAliveCountMax 1
For the changes to take effect, the SSH daemon must be restarted.
$ sudo systemctl restart sshd.service
Verify the SSH server automatically terminates a user session after the SSH client has become unresponsive.
Check that the "ClientAliveCountMax" is set to "1" 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*clientalivecountmax'
ClientAliveCountMax 1
If "ClientAliveCountMax" does not exist, does not have a product value of "1" in "/etc/ssh/sshd_config", or is commented out, this is a finding.
If conflicting results are returned, this is a finding.
V-248552
False
OL08-00-010200
Verify the SSH server automatically terminates a user session after the SSH client has become unresponsive.
Check that the "ClientAliveCountMax" is set to "1" 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*clientalivecountmax'
ClientAliveCountMax 1
If "ClientAliveCountMax" does not exist, does not have a product value of "1" in "/etc/ssh/sshd_config", or is commented out, this is a finding.
If conflicting results are returned, this is a finding.
M
5416