Skip to content

Commit

Permalink
Add note that restricted modes do not apply to root account. Ref #77
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed May 31, 2023
1 parent cb88327 commit 0e3fa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Configure the container with the following environment variables or optionally m

- `SSH_USERS` list of user accounts and uids/gids to create. eg `SSH_USERS=www:48:48,admin:1000:1000:/bin/bash`. The fourth argument for specifying the user shell is optional. If `SSH_GROUPS` is omitted, a group is created for each user with the same name as the user.
- `SSH_GROUPS` list of groups and gids to create. eg `SSH_GROUPS=guests:1005,other:1006`. Specifying this option disables automatic group creation of user-named groups if you also specify `SSH_USERS`.
- `SSH_ENABLE_ROOT` if "true" unlock the root account
- `SSH_ENABLE_ROOT` if "true" unlock the root account. N.B restricted modes to not apply to this account.
- `SSH_ENABLE_PASSWORD_AUTH` if "true" enable password authentication (disabled by default) (excluding the root user)
- `SSH_ENABLE_ROOT_PASSWORD_AUTH` if "true" enable password authentication for all users including root
- `MOTD` change the login message
Expand Down

0 comments on commit 0e3fa17

Please sign in to comment.