Connectivity Guide

To disable bootloader protection, use the boot protect disable username command. This command allows you to disable
bootloader protection by username.
boot protect disable username
OS10# boot protect disable username root
To display information about the current list of users congured for bootloader protection, use the show boot protect command.
show boot protect (when disabled)
OS10# show boot protect
Boot protection disabled
show boot protect (when enabled)
OS10# show boot protect
Boot protection enabled
Authorized users: root linuxadmin admin
Linuxadmin User Conguration
OS10 supports two factory default users, the admin and linuxadmin. The admin user is used to sign into the CLI and the
linuxadmin user is used to access the linux shell.
Support has now been added to manage the default linuxadmin user via the CLI. You can perform the following operations via the CLI:
NOTE
:
This feature is used to manage the default linux user, linuxadmin only. This feature cannot be used to manage linux users
created via the root user.
The password of the linuxadmin user that is congured via the OS10 CLI takes higher precedence over the password modied
via the linux shell across reboots.
The password of the linuxadmin user congured via the linux shell does not show up in the show running-
configuration output.
Congure a password for the linuxadmin user:
To congure a password for the linuxadmin user, enter CONFIGURATION mode and execute the command system-user
linuxadmin password {
clear-text-password | hashed-password}.
OS10(config)# system-user linuxadmin password Dell@Force10!@
OS10(config)# exit
OS10# write memory
OS10#
OS10# exit
OS10(config)# system-user linuxadmin password $6$3M55wOYy
$Sw1V9Ok3GE4Hmf6h1ARH.dBHy9gpEFYUvdu15ZpnCYzt.nJjFm0VIz/rQvvJeX6krRtfYs2ZqBl6TkmLGAwtM
OS10(config)# exit
OS10# write memory
OS10#
OS10# exit
Display the linuxadmin password:
To display the linuxadmin password, use the show running-configuration command.
OS10# show running-configuration | grep system-user
system-user linuxadmin password
$6$5DdOHYg5$JCE1vMSmkQOrbh31U74PIPv7lyOgRmba1IxhkYibppMXs1KM4Y.gbTPcxyMP/PHUkMc5rdk/
ZLv9Sfv3ALtB61
OS10#
Security
789