Skip to content

Commit

Permalink
Update LocalUsersScreensSCALE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DjP-iX committed May 7, 2024
1 parent 414b9e7 commit d96df5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The add and edit user screens grant access to a shell option, but the [privilege
|---------|-------------|
| **Authorized Keys** | Enter or paste the downloaded SSH public key of the user for any key-based authentication. Use **Download Authorized Keys** to obtain a public key text file. Keep a backup copy of the public key! Do not paste the private key in this field! |
| **Upload SSH Key** | Browse to the public key text file. |
| **Shell** | Select the [shell](#shell-options) to use for local and SSH logins from the dropdown list. Options are **nologin**, **bash**, **rbash**, **dash**, **sh**, **tmux**, and **zsh**. **TrueNAS CLI** and **TrueNAS Console** are also options for administrative users part of the **builtin-administrators** group. |
| **Shell** | Select the [shell](#shell-options) to use for local and SSH logins from the dropdown list. Options are **nologin**, **TrueNAS CLI**, **TrueNAS Console**, **sh**, **bash**, **rbash**, **dash**, **tmux**, and **zsh**. |
| **Lock User** | Select to prevent the user from logging in or using password-based services until you clear this checkbox. Locking an account is only possible when **Disable Password** is set to **No** and the account has a created password in **Password**. |
| **Allowed sudo commands** | Use to list specific [sudo](https://www.sudo.ws/) commands allowed for this user. Enter each command as an absolute path to the ELF (Executable and Linkable Format) executable file, for example, */usr/bin/nano*. <file>/usr/bin/</file> is the default location for commands. <br> Grants limited root-like permissions for this user when using these commands. Using sudo prompts the user for their account password. |
| **Allow all sudo commands** | Select to give this user permission to use all [sudo](https://www.sudo.ws/) commands. Using sudo prompts the user for their account password. |
Expand Down

0 comments on commit d96df5a

Please sign in to comment.