SV-100129r1_rule
V-89479
SRG-OS-000029-GPOS-00010
VRAU-SL-000055
CAT II
10
Configure the SLES for vRealize to initiate a session lock after a 15-minute period of inactivity for SSH.
Set the session lock after a 15-minute period by executing the following command:
# sed -i 's/^.*\bClientAliveInterval\b.*$/ClientAliveInterval 900/' /etc/ssh/sshd_config; sed -i 's/^.*\bClientAliveCountMax\b.*$/ClientAliveCountMax 0/' /etc/ssh/sshd_config
Verify the SLES for vRealize initiates a session lock after a 15-minute period of inactivity for SSH.
Execute the following command:
# grep ClientAliveInterval /etc/ssh/sshd_config; grep ClientAliveCountMax /etc/ssh/sshd_config
Verify the following result:
ClientAliveInterval 900
ClientAliveCountMax 0
If this is not set, this is a finding.
V-89479
False
VRAU-SL-000055
Verify the SLES for vRealize initiates a session lock after a 15-minute period of inactivity for SSH.
Execute the following command:
# grep ClientAliveInterval /etc/ssh/sshd_config; grep ClientAliveCountMax /etc/ssh/sshd_config
Verify the following result:
ClientAliveInterval 900
ClientAliveCountMax 0
If this is not set, this is a finding.
M
3459