SV-269787r1052488_rule
V-269787
SRG-APP-000177-NDM-000263
OS10-NDM-000490
CAT I
10
Configure the OS10 Switch to use DOD PKI as MFA for interactive logins. Configure a named security profile to use for MFA. Configure the SSH server to enable authentication by PKI certificate.
OS10(config)#
OS10(config)# crypto security-profile <profile-name>
OS10(config-sec-profile)# certificate <host-certificate-name>
OS10(config-sec-profile)# peer-name-check
OS10(config-sec-profile)# ocsp-check <ocsp-url>
OS10(config-sec-profile)# exit
OS10(config)#
OS10(config)# ip ssh server x509v3-authentication security-profile <profile-name>
OS10(config)#
If PKI-based authentication is not used as the MFA solution for interactive logins, this requirement is not applicable.
OS10 maps certificates to valid usernames by comparing the common name and user principal name in the certificate to the unique user account name. This check is applied by default unless name checking has been disabled in the security profile with the "no peer-name-check" setting.
Review the running-configuration to verify that X.509v3 authentication is enabled for SSH. Verify the PKI authenticated user is mapped to the effective local user account by ensuring that peer-name-check has not been disabled in the associated security profile ("no peer-name-check" is not present).
ip ssh server x509v3-authentication security-profile cacpiv-prof
...
crypto security-profile <profile-name>
certificate <host-certificate-name>
ocsp-check <ocsp-url>
...
If peer-name-check has been disabled in the security profile this is a finding.
V-269787
False
OS10-NDM-000490
If PKI-based authentication is not used as the MFA solution for interactive logins, this requirement is not applicable.
OS10 maps certificates to valid usernames by comparing the common name and user principal name in the certificate to the unique user account name. This check is applied by default unless name checking has been disabled in the security profile with the "no peer-name-check" setting.
Review the running-configuration to verify that X.509v3 authentication is enabled for SSH. Verify the PKI authenticated user is mapped to the effective local user account by ensuring that peer-name-check has not been disabled in the associated security profile ("no peer-name-check" is not present).
ip ssh server x509v3-authentication security-profile cacpiv-prof
...
crypto security-profile <profile-name>
certificate <host-certificate-name>
ocsp-check <ocsp-url>
...
If peer-name-check has been disabled in the security profile this is a finding.
M
5666