Compare commits
4 Commits
9e250080cd
...
699498fe2c
Author | SHA1 | Date | |
---|---|---|---|
699498fe2c | |||
aeee18b935 | |||
825e872a8d | |||
058adb0514 |
@ -15,7 +15,7 @@
|
||||
| Key | Format | Description |
|
||||
| --- | --- | --- |
|
||||
| `ROOT_AUTHORIZED_KEYS` | `/path/to/file` | Path to file that contains the public SSH keys that can be used for root user authentication. This file will be copied to `/root/.ssh/authorized_keys` |
|
||||
| `HOSTKEYS` | `/path/to/hostkey` | Specifies a (semi-colon separated list of) file(s) containing a private host key used by SSH. |
|
||||
| `HOSTKEYS` | `/path/to/hostkey;...` | Specifies a (semi-colon separated list of) file(s) containing a private host key used by SSH. |
|
||||
| `USERADD` | `{username}:{uid}:{gid}:{shell};...` | Create user account(s) on startup |
|
||||
| `GROUPADD` | `{groupname}:{gid};...` | Create group account(s) on startup |
|
||||
| `BASE_DIR` | `/home` | Basedir used for user account creation (Default: `/home`) |
|
||||
|
Loading…
Reference in New Issue
Block a user