SV-234826r1208926_rule
V-234826
SRG-OS-000125-GPOS-00065
SLES-15-010270
CAT I
10
Configure the SUSE operating system SSH server to use only MACs employing FIPS 140-3 approved algorithms.
Reinstall crypto-policies with the following command:
> sudo zypper install --force 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. It is recommended to restart the system for the change of policies to fully take place.
Verify the SUSE operating system SSH server is configured to use only MACs employing FIPS 140-3-approved algorithms.
To verify the MACs in the systemwide SSH configuration file, use the following command:
> sudo grep -i MACs /etc/crypto-policies/back-ends/opensshserver.config
MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
If the MACs entries in the "opensshserver.config" file have any hashes other than "hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512", or they are missing or commented out, this is a finding.
V-234826
False
SLES-15-010270
Verify the SUSE operating system SSH server is configured to use only MACs employing FIPS 140-3-approved algorithms.
To verify the MACs in the systemwide SSH configuration file, use the following command:
> sudo grep -i MACs /etc/crypto-policies/back-ends/opensshserver.config
MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512
If the MACs entries in the "opensshserver.config" file have any hashes other than "hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512", or they are missing or commented out, this is a finding.
M
5274