SV-279535r1192593_rule
V-279535
SRG-OS-000250-GPOS-00093
NXAC-OS-000012
CAT I
10
Configure SSH.
1. For AOS, configure SSH, then restart the SSH for the changes to take effect.
$ sudo salt-call state.sls security/CVM/sshdCVM
$ sudo systemctl restart sshd
2. For Prism Central, configure SSH, then restart the SSH for the changes to take effect.
$ sudo salt-call state.sls security/PCVM/sshdPCVM
$ sudo systemctl restart sshd
3. For Files, configure SSH, then restart the SSH for the changes to take effect.
$ sudo salt-call state.sls security/AFS/sshdAFS
$ sudo systemctl restart sshd
4. For AHV, configure SSH, then restart the SSH for the changes to take effect.
$ sudo salt-call state.sls security/KVM/sshdKVM
$ sudo systemctl restart sshd
Note: For AHV, this requirement is Not Applicable.
Verify AOS, Prism Central, and Files OS VMs are configured to only use ciphers employing FIPS 140-3-approved algorithms.
1. Verify the "opensslcnf.config" is defined in the "/etc/pki/tls/openssl.cnf" file.
sudo grep -i opensslcnf.config /etc/pki/tls/openssl.cnf
.include /etc/crypto-policies/back-ends/opensslcnf.config
2. Verify the systemwide crypto policy is set to "FIPS".
$ sudo update-crypto-policies --show
FIPS
If the systemwide crypto policy is not set to "FIPS" or the "opensslcnf.config" is not defined in the "/etc/pki/tls/openssl.cnf", this is a finding.
V-279535
False
NXAC-OS-000012
Note: For AHV, this requirement is Not Applicable.
Verify AOS, Prism Central, and Files OS VMs are configured to only use ciphers employing FIPS 140-3-approved algorithms.
1. Verify the "opensslcnf.config" is defined in the "/etc/pki/tls/openssl.cnf" file.
sudo grep -i opensslcnf.config /etc/pki/tls/openssl.cnf
.include /etc/crypto-policies/back-ends/opensslcnf.config
2. Verify the systemwide crypto policy is set to "FIPS".
$ sudo update-crypto-policies --show
FIPS
If the systemwide crypto policy is not set to "FIPS" or the "opensslcnf.config" is not defined in the "/etc/pki/tls/openssl.cnf", this is a finding.
M
5730