SV-258867r970703_rule
V-258867
SRG-OS-000163-GPOS-00072
PHTN-40-000203
CAT II
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "ClientAliveCountMax" line is uncommented and set to the following:
ClientAliveCountMax 0
At the command line, run the following command:
# systemctl restart sshd.service
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i ClientAliveCountMax
Expected result:
clientalivecountmax 0
If "ClientAliveCountMax" is not set to "0", this is a finding.
V-258867
False
PHTN-40-000203
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i ClientAliveCountMax
Expected result:
clientalivecountmax 0
If "ClientAliveCountMax" is not set to "0", this is a finding.
M
5569