SV-101193r1_rule
V-91093
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 2
set ssh max-sessions-per-connection 1
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 show in the example below:
system {
services {
ssh {
max-sessions-per-connection 1;
connection-limit 2;
}
}
Note: the max-sessions-per-connection must be set to 1 to limit the number of sessions per connection which is limited by the connection-limit.
If the router is not configured to limit the number of concurrent sessions, this is a finding.
V-91093
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 show in the example below:
system {
services {
ssh {
max-sessions-per-connection 1;
connection-limit 2;
}
}
Note: the max-sessions-per-connection must be set to 1 to limit the number of sessions per connection which is limited by the connection-limit.
If the router is not configured to limit the number of concurrent sessions, this is a finding.
M
3381