3. Start the CLI.
root# cli
root@>
4. Enter conguraon mode.
cli> configure
[edit]
root@#
Congure User Accounts and Passwords
For informaon about using an encrypted password or an SSH public key string (DSA or RSA), see the
Junos OS System Basics Conguraon Guide
.
1. Add a password to the root administraon user account. Enter a clear-text password.
[edit]
root# set system root-authentication plain-text-password
New password:
password
Retype new password:
password
2. Create a management console user account.
[edit]
root# set system login user
user-name
authentication plain-text-password
New Password:
password
Retype new password:
password
3. Set the user account class to super-user.
[edit]
root@# set system login user
user-name
class super-user
17