launch_daemons: Readd dropbear back as default in all variants (#155)

This commit is contained in:
zqxwce
2026-03-09 01:17:02 +08:00
committed by GitHub
parent 48d33b19ef
commit d48ad72fa4
11 changed files with 21 additions and 12 deletions
+2 -1
View File
@@ -181,7 +181,8 @@ make boot
別のターミナルで iproxy トンネルを開始します:
```bash
iproxy 2222 22 # SSH脱獄版:Sileo から openssh-server が必要;通常版/開発版:dropbear
iproxy 22222 22222 # SSHdropbear
iproxy 2222 22 # SSH(脱獄版:Sileo で openssh-server を入れた場合)
iproxy 5901 5901 # VNC
iproxy 5910 5910 # RPC
```