SV-248563r991593_rule
V-248563
SRG-OS-000480-GPOS-00232
OL08-00-010292
CAT III
10
Configure the operating system SSH server to use strong entropy.
Add or modify the following line in the "/etc/sysconfig/sshd" file.
SSH_USE_STRONG_RNG=32
The SSH service must be restarted for changes to take effect.
Verify the operating system SSH server uses strong entropy with the following command:
$ sudo grep -i ssh_use_strong_rng /etc/sysconfig/sshd
SSH_USE_STRONG_RNG=32
If the "SSH_USE_STRONG_RNG" line does not equal "32" or is commented out or missing, this is a finding.
V-248563
False
OL08-00-010292
Verify the operating system SSH server uses strong entropy with the following command:
$ sudo grep -i ssh_use_strong_rng /etc/sysconfig/sshd
SSH_USE_STRONG_RNG=32
If the "SSH_USE_STRONG_RNG" line does not equal "32" or is commented out or missing, this is a finding.
M
5416