SV-283448r1188536_rule
V-283448
SRG-OS-000250-GPOS-00093
OL08-00-010184
CAT I
10
Configure the SSH client to use only ciphers employing FIPS 140-3-approved algorithms.
Reinstall crypto-policies with the following command:
$ sudo dnf -y reinstall crypto-policies
Set the crypto-policy to FIPS with the following command:
$ sudo update-crypto-policies --set FIPS
Setting system policy to FIPS
Note: Systemwide crypto policies are applied on application startup. Restart the system for the changes to take place.
Verify the SSH client is configured to use only ciphers employing FIPS 140-3-approved algorithms.
Verify the ciphers in the systemwide SSH configuration file using the following command:
$ grep -i Ciphers /etc/crypto-policies/back-ends/openssh.config
Ciphers aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr
If the cipher entries in the "openssh.config" file have any ciphers other than "aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr", or they are missing or commented out, this is a finding.
V-283448
False
OL08-00-010184
Verify the SSH client is configured to use only ciphers employing FIPS 140-3-approved algorithms.
Verify the ciphers in the systemwide SSH configuration file using the following command:
$ grep -i Ciphers /etc/crypto-policies/back-ends/openssh.config
Ciphers aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr
If the cipher entries in the "openssh.config" file have any ciphers other than "aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr", or they are missing or commented out, this is a finding.
M
5416