This commit is contained in:
parent
4f7789c4a8
commit
ffbc2e5e72
3 changed files with 135 additions and 3 deletions
|
@ -50,10 +50,10 @@ docker = true
|
|||
# The `[[user]]` directive can be repeated to create multiple users.
|
||||
[[user]]
|
||||
# Username
|
||||
name = "testuser"
|
||||
name = "u"
|
||||
|
||||
# User password
|
||||
password = "testpass"
|
||||
password = "pass"
|
||||
|
||||
# Allow user to use `doas` as root
|
||||
doas_root= true
|
||||
|
@ -79,7 +79,7 @@ sshd_config = "/etc/ssh/sshd_config"
|
|||
key = "ssh-rsa ... user@host"
|
||||
|
||||
# The users allowed to login with this key
|
||||
users = ["testuser", "root"]
|
||||
users = ["u", "root"]
|
||||
|
||||
# Ollama Configuration
|
||||
# If `[ai]` is set, ollama will be installed and enabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue