SV-230527r627750_rule
V-230527
SRG-OS-000033-GPOS-00014
RHEL-08-040161
CAT II
10
Configure the system to force a frequent session key renegotiation for SSH connections to the server by add or modifying the following line in the "/etc/ssh/sshd_config" file:
RekeyLimit 1G 1h
Restart the SSH daemon for the settings to take effect.
$ sudo systemctl restart sshd.service
Verify the SSH server is configured to force frequent session key renegotiation with the following command:
$ sudo grep -i RekeyLimit /etc/ssh/sshd_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.
V-230527
False
RHEL-08-040161
Verify the SSH server is configured to force frequent session key renegotiation with the following command:
$ sudo grep -i RekeyLimit /etc/ssh/sshd_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.
M
2921