# Users image Users

Add users, set their passwords, their groups and their shell.


Configuration syntax:

Directive Format Example

Users

Users:
  - name: USERNAME
    pass: PASSWORD/"%Gen%"
    group: GROUP1,GROUP2,GROUP3
    shell: /path/to/shell
Users:
    - name: Noam
      pass: 1234
      group: Noam,sudo,admins
      shell: /bin/bash
    - name: Shay
      pass: "%Gen%"
      group: Shay,helpdesk
      shell: /bin/sh

TIP

Like you could probably understand from the table above, if you use %Gen% in the pas feild, it generate a strong password for you.