The Dell OS10 Switch must be configured with only one local account to be used as the account of last resort in the event the authentication server is unavailable.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-269778SRG-APP-000148-NDM-000346OS10-NDM-000360SV-269778r1051719_rule2024-12-111
Description
Authentication for administrative (privileged level) access to the device is always required. An account can be created on the device's local database for use when the authentication server is down or connectivity between the device and the authentication server is not operable. This account is referred to as the account of last resort since it is intended to be used as a last resort and when immediate administrative access is necessary. The account of last resort logon credentials must be stored in a sealed envelope and kept in a safe. The safe must be periodically audited to verify the envelope remains sealed. The signature of the auditor and the date of the audit should be added to the envelope as a record. Administrators should secure the credentials and disable the root account (if possible) when not needed for system administration functions.
ℹ️ Check
Review the network device configuration to determine if an account of last resort is configured. Verify default admin and other vendor-provided accounts are disabled, removed, or renamed where possible. Verify the username and password for the account of last resort is contained within a sealed envelope and kept in a safe. Step 1: Verify the Dell OS10 Switch is configured with only a single local user account. If one local account does not exist for use as the account of last resort, this is a finding. Verify the role is sysadmin. OS10# show running-configuration users username alradmin password **** role sysadmin priv-lvl 15 OS10# Step 2: Verify the linuxadmin system user has been disabled: OS10# show running-configuration | grep system-user system-user linuxadmin disable system-user linuxadmin password **** OS10# If one local account does not exist for use as the account of last resort or the linuxadmin system-user has not been disabled, this is a finding.
✔️ Fix
Configure the OS10 Switch to only allow one local account for use as the account of last resort. Disable the linuxadmin system user: OS10(config)# system-user linuxadmin disable %Warning : Operation is not recommended in absence of console access. Do you want to proceed ? [yes/no(default)]:yes OS10(config)# Delete any extra local users with the following command: OS10(config)# no username admin Note: The account of last resort must be added before the default admin account can be deleted.