Configuring a Network Device Protection Profile Authorized Administrator
An account for root is always present in a
configuration and is not intended for use in normal operation. In
the evaluated configuration, the root account is restricted
to the initial installation and configuration of the evaluated device.
An authorized administrator must have all permissions, including the ability to change the router configuration.
To configure an authorized administrator:
The root password should be reset following the change to SHA-256 for the password storage
format. This ensures the new password is protected using a SHA-256 hash, rather
than the default password hashing algorithm. To reset the root password, use the
set system login user root password password
command, and confirm the new password when prompted.
There are the following additional security characteristics on the Administrator access which may be configured on the TOE:
-
For any remote session, the administrator may configure an inactivity timer. Whenever an activity occurs, the TOE resets the timer. If the timer value reaches the maximum allowed value (i.e. the administrator has not been active), the TOE shall terminate the session to prevent reuse of an open but inactive administrative session. The remote session inactivity is configured using the Client Alive mechanism. The administrator sets up the Client Alive interval value (in seconds) and the maximum number the counter can be reached before terminating the session. For example, the following sets the value to a hundred seconds (Client Alive interval value 20 seconds with the maximum number of counter values reached 5):
[edit system ssh] client-alive-count-max 5; client-alive-interval 20;
-
For local administrative sessions, the administrator may set a similar timer which sets the inactivity threshold after which the TOE shall terminate the administrative session. The command allows the value never but it must not be used in the evaluated configuration. The default value is 30 seconds. The configuration is through the login class definition below, followed by an example of how to set the value to 45 seconds.
set system login class security-admin idle-timeout <time>set system login class security-admin idle-timeout 45