feat: add ssh server (sshd)

This commit is contained in:
2026-08-11 12:53:36 +02:00
parent 69725658cf
commit 0a91131cb0
15 changed files with 2365 additions and 4 deletions
+8
View File
@@ -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