STIGQter STIGQter: STIG Summary: Oracle Linux 9 Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

OL 9 must be configured so that all network connections associated with SSH traffic terminate after becoming unresponsive.

DISA Rule

SV-271709r1091839_rule

Vulnerability Number

V-271709

Group Title

SRG-OS-000163-GPOS-00072

Rule Version

OL09-00-002346

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Note: This setting must be applied in conjunction with ClientAliveInterval to function correctly.

Configure the SSH server to terminate a user session automatically after the SSH client has become unresponsive.

Modify or append the following lines in the "/etc/ssh/sshd_config" or in a file in "/etc/ssh/sshd_config.d":

ClientAliveCountMax 1

In order for the changes to take effect, the SSH daemon must be restarted.

$ sudo systemctl restart sshd.service

Check Contents

Verify that OL 9 is configured so that all network connections associated with SSH traffic terminate after becoming unresponsive.

Verify that the "ClientAliveCountMax" is set to "1" by performing the following command:

$ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*clientalivecountmax'
ClientAliveCountMax 1

If "ClientAliveCountMax" does not exist, is not set to a value of "1" in "/etc/ssh/sshd_config", or is commented out, this is a finding.

Vulnerability Number

V-271709

Documentable

False

Rule Version

OL09-00-002346

Severity Override Guidance

Verify that OL 9 is configured so that all network connections associated with SSH traffic terminate after becoming unresponsive.

Verify that the "ClientAliveCountMax" is set to "1" by performing the following command:

$ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*clientalivecountmax'
ClientAliveCountMax 1

If "ClientAliveCountMax" does not exist, is not set to a value of "1" in "/etc/ssh/sshd_config", or is commented out, this is a finding.

Check Content Reference

M

Target Key

5680