SV-101271r1_rule
V-91171
SRG-APP-000412-NDM-000331
JUNI-ND-001200
CAT I
10
Configure the router to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions using a FIPS 140-2 approved algorithm as shown in the example below.
[edit system services]
set ssh ciphers aes128-cbc
Review the router configuration to verify that it is compliant with this requirement.
system {
…
…
…
}
services {
ssh {
protocol-version v2;
ciphers aes128-cbc;
}
}
If the router is not configured to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions using a FIPS 140-2 approved algorithm, this is a finding.
V-91171
False
JUNI-ND-001200
Review the router configuration to verify that it is compliant with this requirement.
system {
…
…
…
}
services {
ssh {
protocol-version v2;
ciphers aes128-cbc;
}
}
If the router is not configured to implement cryptographic mechanisms to protect the confidentiality of remote maintenance sessions using a FIPS 140-2 approved algorithm, this is a finding.
M
3381