SV-217305r1050884_rule
V-217305
SRG-APP-000001-NDM-000200
JUNI-ND-000010
CAT II
10
Configure the router to limit the number of concurrent sessions as shown in the example below:
[edit system services]
set ssh connection-limit 3
set ssh max-sessions-per-connection 3
Note: This requirement is not applicable to file transfer actions such as SCP and SFTP.
Review the router configuration to determine if concurrent SSH sessions are limited as shown in the example below:
system {
services {
ssh {
max-sessions-per-connection 3;
connection-limit 3;
}
}
If the router is not configured to limit the number of concurrent sessions, this is a finding.
V-217305
False
JUNI-ND-000010
Note: This requirement is not applicable to file transfer actions such as SCP and SFTP.
Review the router configuration to determine if concurrent SSH sessions are limited as shown in the example below:
system {
services {
ssh {
max-sessions-per-connection 3;
connection-limit 3;
}
}
If the router is not configured to limit the number of concurrent sessions, this is a finding.
M
4034