The Arista network device must limit the number of concurrent sessions to an organization-defined number for each administrator account and/or administrator account type.
An XCCDF Rule
Description
Device management includes the ability to control the number of administrators and management sessions that manage a device. Limiting the number of allowed administrators and sessions per administrator based on account type, role, or access type is helpful in limiting risks related to denial-of-service (DoS) attacks. This requirement addresses concurrent sessions for administrative accounts and does not address concurrent sessions by a single administrator via multiple administrative accounts. The maximum number of concurrent sessions must be defined based upon mission needs and the operational environment for each system. At a minimum, limits must be set for SSH, HTTPS, account of last resort, and root account sessions.
- ID
- SV-255947r960735_rule
- Version
- ARST-ND-000010
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Configure the switch to limit SSH concurrent connections to the device with the following commands:
switch#configure
switch(config)#management ssh
switch(config-mgmt-ssh)#connection limit 5
switch(config-mgmt-ssh)#exit