SV-279538r1192550_rule
V-279538
SRG-OS-000250-GPOS-00093
NXAC-OS-000015
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
Note: For AHV, this requirement is Not Applicable.
Verify AOS, Prism Central, and Files OS VMs are configured to have systemwide crypto policies using the following command.
$ sudo grep -i crypto_policy /etc/sysconfig/sshd
# CRYPTO_POLICY=
If "CRYPTO_POLICY" is uncommented, this is a finding.
V-279538
False
NXAC-OS-000015
Note: For AHV, this requirement is Not Applicable.
Verify AOS, Prism Central, and Files OS VMs are configured to have systemwide crypto policies using the following command.
$ sudo grep -i crypto_policy /etc/sysconfig/sshd
# CRYPTO_POLICY=
If "CRYPTO_POLICY" is uncommented, this is a finding.
M
5730