5. Set the root authencaon password by entering either a clear-text password, an encrypted
password, or an SSH public key string (DSA or RSA).
[edit]
root@# set system root-authentication plain-text-password
New password:
password
Retype new password:
password
or
[edit]
root@# set system root-authentication encrypted-password
encrypted-password
or
[edit]
root@# set system root-authentication ssh-dsa
public-key
or
[edit]
root@# set system root-authentication ssh-rsa
public-key
6. Congure the name of the switch. If the name includes spaces, enclose the name in quotaon
marks (“ ”).
[edit]
root@# set system host-name
host-name
7. Create a user account.
[edit]
root@# set system login user
user-name
authentication plain-text-password
New password:
password
Retype new password:
password
197