STIGQter STIGQter: STIG Summary: Oracle Linux 7 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The Oracle Linux operating system must be configured so that all network connections associated with SSH traffic terminate after a period of inactivity.

DISA Rule

SV-221851r603260_rule

Vulnerability Number

V-221851

Group Title

SRG-OS-000163-GPOS-00072

Rule Version

OL07-00-040340

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the operating system to terminate automatically a user session after inactivity time-outs have expired or at shutdown.

Add the following line (or modify the line to have the required value) to the "/etc/ssh/sshd_config" file (this file may be named differently or be in a different location if using a version of SSH that is provided by a third-party vendor):

ClientAliveCountMax 0

The SSH service must be restarted for changes to take effect.

Check Contents

Verify the operating system automatically terminates a user session after inactivity time-outs have expired.

Check for the value of the "ClientAliveCountMax" keyword with the following command:

# grep -i clientalivecount /etc/ssh/sshd_config
ClientAliveCountMax 0

If "ClientAliveCountMax" is not set to "0", this is a finding.

Vulnerability Number

V-221851

Documentable

False

Rule Version

OL07-00-040340

Severity Override Guidance

Verify the operating system automatically terminates a user session after inactivity time-outs have expired.

Check for the value of the "ClientAliveCountMax" keyword with the following command:

# grep -i clientalivecount /etc/ssh/sshd_config
ClientAliveCountMax 0

If "ClientAliveCountMax" is not set to "0", this is a finding.

Check Content Reference

M

Target Key

4089

Comments