Terminal: SSH to NAS host instead of container shell
Deploy Dashboard / deploy (push) Has been cancelled

- Rewrite terminal.py to use asyncssh instead of pty/fork
- Add SSH key pair for dashboard container auth
- Mount SSH key and add SSH config vars in docker-compose
- Install openssh-client in Dockerfile
- Add asyncssh to requirements.txt
This commit is contained in:
Gan, Jimmy
2026-02-19 19:24:38 +08:00
parent 69bd41b5a1
commit 36f1fc0962
7 changed files with 62 additions and 53 deletions
+1
View File
@@ -7,3 +7,4 @@ psutil==6.1.0
pyjwt==2.8.0
passlib==1.7.4
pyotp==2.9.0
asyncssh==2.17.0