STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 4 Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Jul 2026:

TOSS must force a frequent session key renegotiation for SSH connections by the client.

DISA Rule

SV-253057r958408_rule

Vulnerability Number

V-253057

Group Title

SRG-OS-000033-GPOS-00014

Rule Version

TOSS-04-040020

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system to force a frequent session key renegotiation for SSH connections by the client by add or modifying the following line in the "/etc/ssh/ssh_config" file:

RekeyLimit 1G 1h

Restart the SSH daemon for the settings to take effect.

$ sudo systemctl restart sshd.service

Check Contents

Verify the SSH client is configured to force frequent session key renegotiation with the following command:

$ sudo grep -i RekeyLimit /etc/ssh/ssh_config

RekeyLimit 1G 1h

If "RekeyLimit" does not have a maximum data amount and maximum time defined, is missing or commented out, this is a finding.

Vulnerability Number

V-253057

Documentable

False

Rule Version

TOSS-04-040020

Severity Override Guidance

Verify the SSH client is configured to force frequent session key renegotiation with the following command:

$ sudo grep -i RekeyLimit /etc/ssh/ssh_config

RekeyLimit 1G 1h

If "RekeyLimit" does not have a maximum data amount and maximum time defined, is missing or commented out, this is a finding.

Check Content Reference

M

Target Key

5469