feat: add ssh server (sshd)
This commit is contained in:
@@ -27,6 +27,14 @@ enabled = true
|
||||
wait = false
|
||||
optional = true
|
||||
|
||||
# Remote shell access is opt-in. Enable this from Settings > SSH Server.
|
||||
[services.ssh]
|
||||
path = "0:/os/sshd.elf"
|
||||
name = "SSH server"
|
||||
enabled = false
|
||||
wait = false
|
||||
optional = true
|
||||
|
||||
[services.login]
|
||||
path = "0:/os/login.elf"
|
||||
enabled = true
|
||||
|
||||
Reference in New Issue
Block a user