# Create users with traditional password authentication on the Juniper SRX210

## Step 1

Enter configuration mode.

|     |
| --- |
| root@% cli<br>root> configure |

## Step 2

Create a username and select the class of the user.

|     |
| --- |
| root# set user PilotUser class super-user |

Classes include operator read-only super-user or unauthorized.

## Step 3

Create a password for the new user.

|     |
| --- |
| root# set user PilotUser authentication plain-text-password<br>New password:<br>Retype new password: |

## Step 4

Commit the new changes.

|     |
| --- |
| root# commit |
