UCF STIG Viewer Logo

The SSH daemon must set a timeout count on idle sessions.


Overview

Finding ID Version Rule ID IA Controls Severity
V-38610 RHEL-06-000231 SV-50411r1_rule Low
Description
This ensures a user login will be terminated as soon as the "ClientAliveCountMax" is reached.
STIG Date
Red Hat Enterprise Linux 6 Security Technical Implementation Guide 2015-05-26

Details

Check Text ( C-46168r1_chk )
To ensure the SSH idle timeout will occur when the "ClientAliveCountMax" is set, run the following command:

# grep ClientAliveCountMax /etc/ssh/sshd_config

If properly configured, output should be:

ClientAliveCountMax 0


If it is not, this is a finding.
Fix Text (F-43558r1_fix)
To ensure the SSH idle timeout occurs precisely when the "ClientAliveCountMax" is set, edit "/etc/ssh/sshd_config" as follows:

ClientAliveCountMax 0