mouliangyu/dsh-plugins--packages-remote1

dsh-remote

SSH-backed management of persistent top-level DeepSeek Harness remote projects

AI 분석

核心用途是通过 SSH 协议在远程主机上管理和持久化 DSH 项目、会话及终端。适合需要将计算和项目文件保留在远程服务器,而本地仅作控制终端的用户。

패키지
dsh-remote
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 17.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mouliangyu/dsh-plugins#3732024834904914ee5dc4ed0ee39c0185d7b31b&path:packages/remote

Manual remote host configuration

- id: remote-host
  name: 'dsh-remote/host'
  config:
    socketPath: /run/user/1000/dsh-remote.sock
    projectsFile: /home/user/.dsh/remote-projects.json

The page-managed installation generates this entry over the base profile and supplies session persistence, agent loop, model route, filesystem, terminal, LSP, approval, and question providers. projectsFile is authoritative after it exists; an optional projects array seeds it on first boot. The installer uses systemd --user when a persistent user manager is available, launchd on macOS, and otherwise a detached process with a PID file. A manual deployment can run dsh-remote-host /path/to/cordis.yml under another user service. The socket and project registry have owner-only permissions; no remote TCP port is required.