SV-258830r970703_rule
V-258830
SRG-OS-000163-GPOS-00072
PHTN-40-000069
CAT II
10
Navigate to and open:
/etc/ssh/sshd_config
Ensure the "ClientAliveInterval" line is uncommented and set to the following:
ClientAliveInterval 900
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 ClientAliveInterval
Example result:
ClientAliveInterval 900
If there is no output or if "ClientAliveInterval" is not set to "900", this is a finding.
V-258830
False
PHTN-40-000069
At the command line, run the following command to verify the running configuration of sshd:
# sshd -T|&grep -i ClientAliveInterval
Example result:
ClientAliveInterval 900
If there is no output or if "ClientAliveInterval" is not set to "900", this is a finding.
M
5569