STIGQter STIGQter: STIG Summary: Juniper Router NDM Security Technical Implementation Guide Version: 3 Release: 2 Benchmark Date: 30 Jan 2025:

The Juniper router must be configured to limit the number of concurrent management sessions to an organization-defined number.

DISA Rule

SV-217305r1050884_rule

Vulnerability Number

V-217305

Group Title

SRG-APP-000001-NDM-000200

Rule Version

JUNI-ND-000010

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-217305

Documentable

False

Rule Version

JUNI-ND-000010

Severity Override Guidance

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.

Check Content Reference

M

Target Key

4034