SV-217272r603262_rule
V-217272
SRG-OS-000126-GPOS-00066
SLES-12-030190
CAT II
10
Configure the SUSE operating system SSH daemon to timeout idle sessions.
Add or modify (to match exactly) the following line in the "/etc/ssh/sshd_config" file:
ClientAliveInterval 600
The SSH daemon must be restarted in order for any changes to take effect.
Verify the SUSE operating system SSH daemon is configured to timeout idle sessions.
Check that the "ClientAliveInterval" parameter is set to a value of "600" with the following command:
# sudo grep -i clientalive /etc/ssh/sshd_config
ClientAliveInterval 600
If "ClientAliveInterval" is not set to "600" in "/etc/ssh/sshd_config", this is a finding.
V-217272
False
SLES-12-030190
Verify the SUSE operating system SSH daemon is configured to timeout idle sessions.
Check that the "ClientAliveInterval" parameter is set to a value of "600" with the following command:
# sudo grep -i clientalive /etc/ssh/sshd_config
ClientAliveInterval 600
If "ClientAliveInterval" is not set to "600" in "/etc/ssh/sshd_config", this is a finding.
M
4033