SV-234827r622137_rule
V-234827
SRG-OS-000126-GPOS-00066
SLES-15-010280
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 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-234827
False
SLES-15-010280
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
5274