This article describes how to set the password for the root user and create a new admin user.
For other topics, go to the SRX Getting Started main page.
This section contains the following:
user@host#
set system root-authentication plain-text-password
New password:
Retype new password:
user@host# commit
user@host# set system login user labuser class ? Possible completions: <class> Login class operator permissions [ clear network reset trace view ] read-only permissions [ view ] super-user permissions [ all ] unauthorized permissions [ none ]
operator
set system login user csmith class operator
set system login user jlee class super-user authentication plain-text-password
New password: Retype new password:
Junos Software System Basics Configuration Guide
user@host# show system root-authentication 'encrypted-password “$ABC123"; ## SECRET-DATA
user@host# show system login
user jlee { uid 2001; class super-user; authentication { encrypted-password “$ABC123"; ## SECRET-DATA } }
2020-02-21: Changed encrypted password to “$ABC123".