mouliangyu/dsh-plugins--packages-remote ↗★ 1
dsh-remote
基于 SSH 的持久化顶级 DeepSeek Harness 远程项目管理插件
AI 分析
核心用途是通过 SSH 协议在远程主机上管理和持久化 DSH 项目、会话及终端。适合需要将计算和项目文件保留在远程服务器,而本地仅作控制终端的用户。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:mouliangyu/dsh-plugins#3732024834904914ee5dc4ed0ee39c0185d7b31b&path:packages/remote说明文档
阅读完整 README ↗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.