STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Server 15 Security Technical Implementation Guide Version: 2 Release: 8 Benchmark Date: 01 Jul 2026:

The SUSE operating system must implement DOD-approved encryption to protect the confidentiality of SSH remote connections.

DISA Rule

SV-234816r1208925_rule

Vulnerability Number

V-234816

Group Title

SRG-OS-000033-GPOS-00014

Rule Version

SLES-15-010160

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure the SUSE operating system SSH server to use only ciphers 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.

Check Contents

Verify the SUSE operating system SSH server is configured to use only ciphers employing FIPS 140-3 approved algorithms.

To verify the ciphers in the systemwide SSH configuration file, use the following command:

> sudo grep -i Ciphers /etc/crypto-policies/back-ends/opensshserver.config
Ciphers aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr

If the cipher entries in the "opensshserver.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.

Vulnerability Number

V-234816

Documentable

False

Rule Version

SLES-15-010160

Severity Override Guidance

Verify the SUSE operating system SSH server is configured to use only ciphers employing FIPS 140-3 approved algorithms.

To verify the ciphers in the systemwide SSH configuration file, use the following command:

> sudo grep -i Ciphers /etc/crypto-policies/back-ends/opensshserver.config
Ciphers aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr

If the cipher entries in the "opensshserver.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.

Check Content Reference

M

Target Key

5274