SV-101269r1_rule
V-91169
SRG-APP-000411-NDM-000330
JUNI-ND-001190
CAT I
10
Configure SSH to use FIPS-validated HMAC for remote maintenance sessions as shown in the following example:
[edit system services]
set ssh protocol-version v2
set ssh macs hmac-sha2-256
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
}
services {
ssh {
protocol-version v2;
macs hmac-sha2-256;
}
}
If the router is not configured to use FIPS-validated HMAC to protect the integrity of remote maintenance sessions, this is a finding.
V-91169
False
JUNI-ND-001190
Review the router configuration to verify that it is compliant with this requirement as shown in the example below.
system {
…
…
…
}
services {
ssh {
protocol-version v2;
macs hmac-sha2-256;
}
}
If the router is not configured to use FIPS-validated HMAC to protect the integrity of remote maintenance sessions, this is a finding.
M
3381