快速了解
它能做什么
将 DeepSeek Harness 连接到 SSH 主机,让智能体可处理远程项目、文件、命令、同步和隧道。
本站提供的是中文说明,不代表该项目或 Plugin 自身提供中文界面;语言支持请以上游文档为准。
Web Profile
Not declared in supplied evidence
证据已验证
核对日期 2026/9/5 UTC 16:13
选择前先看
dsh-remote 为 DeepSeek Harness 增加远程工作区能力。你可以配置 SSH 机器并选择远程目录,通过本地镜像配合远程文件工具、SFTP 同步、Shell 执行、端口转发和侧边栏编辑完成工作。
适合谁
需要在可通过 SSH 访问的 Linux、macOS 或 Windows 主机上维护代码或文件的 DeepSeek Harness 用户。
常见任务
- 浏览、读取、编辑、搜索、移动、上传和下载远程工作区中的文件。
- 在所选工作区运行远程命令,并创建本地或反向 SSH 隧道。
- 在本地镜像与远程目录之间同步;发生冲突时先报告,不会静默覆盖。
权限与数据
需要访问 SSH 主机,并会在 DSH 主目录下保存远程工作区配置和镜像。
权限- 使用密码、私钥、SSH agent、键盘交互认证或跳板机进行 SSH 认证。
- 对已配置机器进行 SFTP 文件访问和远程命令执行。
- 可选创建本地和反向端口转发。
- 在 $DSH_HOME/remote-workspaces 下保存机器设置和本地工作区镜像。
- 密码保存在本机;支持可选的系统钥匙串,后端不可用时文档说明会回退为明文。
- 启用审计日志后,会记录执行过的命令和部分远程操作。
- 已配置的 SSH/SFTP 主机。
- 可选的操作系统凭据存储。
- 每台配置的 SSH 主机都需要相应的登录凭据或密钥访问权限。
局限
- 仅应连接你信任的远程机器,因为智能体会以你的 SSH 用户身份执行命令。
- 同一文件在本地和远程同时变更时会报告冲突;需要你自行合并或决定是否强制同步。
- 文档说明内置侧边栏依赖 hoisted pnpm linker。
- 所提供的证据中未捕获源安装脚本。
DSHub 已核对
- 已验证固定 Git 源和 DSH bundle patch 结构。
- 已记录 npm 包身份、0.8.13 版本和 MIT 许可证。
DSHub 未核对
- 未审计 npm tarball 的内容。
- DSHub 未安装或运行该插件。
- 未通过已捕获的安装脚本验证文档中的安装流程。
固定版本安装
安装 dsh-remote
这个Plugin Bundle没有 DSH Plugin 安装操作,请根据源码文档使用真实交付方式。
维护者原文
项目 README
English · 中文
dsh-remote
Remote-work assistant for DeepSeek Harness (DSH).
Manage several SSH machines, then pick a remote workspace (or a local one) and let the agent operate right there without leaving the harness — listing files, reading code, running builds & commands over the remote host, and keeping that remote directory mirrored into a real local workspace object.
The harness Web UI intentionally binds 127.0.0.1 (the CLI rejects --host 0.0.0.0 for safety). This plugin goes the other way: you connect out to the machines you maintain, pick a workspace, and work in it through the normal DSH workspace + agent fs flows — no changes to dsh-workspace or the harness core.
Screen previews
Settings → 远程工作区 — a multi-machine SSH registry (add / edit / delete / set-current, password stored locally):
<img src="https://cdn.jsdelivr.net/gh/flymysql/dsh-remote@main/docs/ui-settings-panel.png" alt="dsh-remote settings — multi-machine registry (light theme, host scrubbed)" width="720"/>The native "Add workspace" / "Select workspace" flow — a centered modal, two tabs, opens on 本机 (local); switch to 远程 (remote):
- 远程 — a machine
<select>, a path field that auto-prefills/and live-completes directories (picking one immediately reveals its next level, OS/VSCode-style), plus a 浏览… floating browser that fills the field without committing — you review, edit, then 设为远程工作区.
Real capture (host scrubbed to a placeholder):
<img src="https://cdn.jsdelivr.net/gh/flymysql/dsh-remote@main/docs/ui-picker-panel.png" alt="dsh-remote workspace picker — real dialog; 本机 (local) tab; 远程 machine select + prefilled root path + autocomplete" width="720"/>Features
- Multi-machine SSH — save any number of hosts (
host/port/user+ private key or password). Passwords are stored locally and never shown back in the UI. Switch with one click in Settings. Per-machine passphrase / host-key mode / SSH agent / keyboard-interactive (OTP) / proxy jump (bastion) and an optional OS-keychain password (加密保存密码— macOS Keychain / Windows DPAPI / Linux secret-tool). ~/.ssh/configimport — the Settings page lists yourHostaliases; one click fills the form (path reference only, the plugin never reads key material).- Two-tab workspace picker (fills the native "Add workspace" flow):
- 本机 / Local — opens the native OS folder chooser over the host (macOS
osascript/ Linuxzenity→kdialog/ WindowsFolderBrowserDialog), or lets you type a local path → adopted directly as a normal DSH local workspace. - 远程 / Remote — the picker is a centered modal. Pick a machine → on Windows hosts the root shows a "This PC" drive view (
C:\,D:\,E:\… instead of the Git Bash MSYS root) and the path field live **autocompletes** directories (acceptsC:\Users\…or/c/Users/…— Windows paths are rewritten to the Git Bash form underneath); selecting a directory immediately lists its next level. A **浏览…** floating browser (Windows-aware breadcrumb此电脑 / C:\ / Users / dev, drive rows, size + mtime, dirs first, follows symlinks) fills the field without committing; the **回上一级** button works at any depth (even when the browser was opened at the path bar's value). **最近 workspaces** quick-pick, **~主目录** shortcut and **新建目录** are one click away. On confirm it creates a **real local mirror** under$DSH_HOME/remote-workspaces/<host>-<user>-<port>/<base>that passesfs.realpath→ the harness adopts it as a real workspace while dsh-remote keeps it synced over SFTP.
- 本机 / Local — opens the native OS folder chooser over the host (macOS
- Git Bash default terminal (Windows remotes) — the remote platform is auto-detected (
cmd /c ver, plus anuname -sMINGW/MSYS probe as fallback); on Windows the plugin locates Git Bash (config.shellcan pin a path ornativedisables wrapping) and pipes every command tobash -sover the exec channel, so quoting/backslash escaping is never an issue regardless of the SSH default shell.rw_execruns with a Git Bash cwd (/c/Users/…form)./dsh-remote/status,rw_infoand the 测试连接 button report the detected platform + shell. - Windows path auto-conversion — typing
C:\Users\dev\project(orC:/…,/c/…,/C:/…) is normalized underneath to the Git Bash form/c/Users/dev/projectfor shell commands, while workspaces are stored and shown Windows-style (C:\Users\dev\project). All model tools accept and report both forms; SFTP access uses the Win32-OpenSSH/D:/…form (seetoSftpPath). - Bidirectional SFTP sync, conflict-aware —
rw_sync(remote → mirror) andrw_push(mirror → remote) are three-way (remote vs local vs last-synced snapshot): files changed on both sides are reported as conflicts and never silently overwritten (force=trueoverrides). Both support dry-run, background tasks, and honor gitignore-style ignore rules (.dsh-remote-ignoreunderremote-workspaces, defaults cover.git/node_modules/target/dist/build/…). - Model tools — 20 tools, all Windows/POSIX portable via SFTP:
rw_info,rw_connect(withsave),rw_pick_workspace,rw_list_dir(size+mtime),rw_stat,rw_read_file(encoding-aware: utf-8/gbk),rw_write_file,rw_edit(literal replace + mtime optimistic lock),rw_append,rw_mkdir,rw_remove(recursive, bounded),rw_move,rw_exec(pty/env),rw_search(SFTP tree walk — works on Windows too, honors ignore rules, context lines),rw_download/rw_upload(streaming fastGet/fastPut + size caps),rw_forward(SSH tunnels),rw_sync,rw_push,rw_disconnect. - Port forwarding panel — create/start/stop/remove local (
127.0.0.1:port → remote) and reverse (remote → local) tunnels in the Settings page or viarw_forward; definitions persist, auto-restart on reconnect when enabled, all tunnels stop on disconnect. - Sidebar remote editing — the better-sidebar remote file tab is now editable: click 编辑 → edit → 保存到远程 with an mtime optimistic lock (409 + "重新读取" on concurrent change). The explorer rows show file sizes and have a right-click menu (下载到本地镜像 / 重命名 / 删除 / 新建目录).
- Command audit log — every
rw_exec/write/remove/move/forward is appended to$DSH_HOME/remote-workspaces/audit.log(time · user@host · op · exit code · command); the Settings page shows the last 30. - Async long tasks —
rw_sync/rw_pushwithasync: truereturn ataskId; progress/result/cancel via/dsh-remote/task(single-flight queue). - Connection health — a 「测试连接」 button validates host/user/key/password (with per-category error hints: auth / network / host key / timeout) before you save a machine; latency is cached on the machine record.
- The active
user@host:/pathis injected into every system prompt (plus active forwards). - No official
dsh-workspacecore is modified — everything is delivered as a normal plugin (directory-flow holes filled by the client half atpriority -100). - Cross-platform remotes — all file access is SFTP-protocol-level (no shell dependency), so Linux/macOS/Windows remotes all work for listing, reading, writing, searching and syncing.
- Host-key verification (TOFU) — every SSH connect verifies the host key
(
hostKeyMode: accept-new): first connect records it, a later CHANGE is rejected as a possible man-in-the-middle.verifyalso refuses hosts never seen before;offdisables it. Stored at$DSH_HOME/remote-workspaces/known_hosts.json; reset with/remote forget-key. - Data lives under the harness home — machines + mirrors follow
$DSH_HOME; pre-0.6 data under~/.dsh/remote-workspacesis migrated automatically on first run.
Install
dsh plugin add dsh-remote # add the bundle
One command installs everything: since v0.7.2 the sidebar
(dsh-better-sidebar) is a
hard dependency and is mounted automatically — the 🌐 remote-file explorer and
remote file viewer show up in the sidebar with no extra step. If you already
have the sidebar installed on its own, the embedded copy backs off (no double
mount) — regardless of whether the standalone bundle is listed before or
after dsh-remote in dsh.profile.bundles (order-independent guard since
0.8.7; earlier versions crashed boot with duplicate prefix route "/sidebar/api" when the standalone bundle came after dsh-remote).
Upgrading from ≤0.8.6 with a standalone sidebar? You may keep the standalone
dsh-better-sidebarbundle (any order) — 0.8.7+ no longer crashes. Or remove it frombundlesand let dsh-remote mount the embedded copy (version ^0.14.0).
Requires the profile's pnpm linker to be
hoisted(the DSH profile default,nodeLinker: hoistedinpnpm-workspace.yaml). The loader resolves plugin packages from the profile root, so the sidebar must be reachable in the top-levelnode_modules. If yourpnpm-workspace.yamlwas rewritten withoutnodeLinker: hoisted, add it back (nodeLinker: hoisted) and runpnpm installonce — otherwise the embedded sidebar row fails withCannot find package 'dsh-better-sidebar'.
(or npm install dsh-remote + add - id: dsh-remote / name: dsh-remote in cordis.patch.yml).
Quick start
- Add a machine — Settings → 远程工作区 → add host/port/user + key or password → (optional) set it current.
- Open a workspace — click Add workspace in the sidebar / conversation:
- 本机 → system folder chooser (or type a local path) → local workspace. On hosts without a usable OS dialog (DSH Desktop's browse backend, headless SSH hosts without zenity/kdialog) the in-app directory browser pops up instead — breadcrumbs, Windows drive switch, new-folder, pick-and-fill.
- 远程 → choose the machine → browse to a remote directory (or type
/path) → "设为远程工作区" ⇒ a local mirror workspace is created and adopted.
- Work with the agent — treat it like any workspace:
rw_list_dir(path?)/rw_read_file— inspect remote filesrw_write_file(path, content)/rw_edit(path, old, new)— create / patch a remote file directlyrw_stat(path)/rw_mkdir(path)/rw_remove(path, recursive?)/rw_move(path, dest)— manage remote pathsrw_search(pattern, path?)— grep remote files (SFTP walk, Windows OK)rw_exec(command, cwd?, pty?)— run remote shell commands (defaults to the workspace dir)rw_forward(listenPort, targetHost?, targetPort?)— open an SSH tunnelrw_sync(dryRun?/force?/async?)/rw_push(dryRun?/force?/async?)— conflict-aware mirror pull/push
CLI defaults (optional)
Provide a default machine in cordis.patch.yml:
# Example only — use values for your own machine.
- id: dsh-remote
name: dsh-remote
config:
host: 203.0.113.10 # or your real host / hostname
port: 22
username: dev
privateKeyPath: ~/.ssh/id_rsa
# or password: '…'
workspace: ~/project
If host is empty the plugin starts disconnected and you configure machines in the UI.
CLI quick reference
Installing and driving DSH may live in different shells, so both the dsh binary and the npx form are shown. Always tell DSH which profile to use with --profile <name> (usually web).
# install the bundle into a profile (npm is pulled by pnpm; recommended)
dsh plugin --profile web add dsh-remote
# same but when `dsh` is not on PATH (e.g. Windows PowerShell inside a repo)
npx --yes @deepseek-ai/dsh plugin --profile web add dsh-remote
# confirm it is installed wire
dsh plugin --profile web list
npx --yes @deepseek-ai/dsh plugin --profile web list
# start the web surface (reload profile; the plugin activates on boot)
dsh --profile web
npx --yes @deepseek-ai/dsh --profile web # http://127.0.0.1:3080
# use a local checkout instead of the npm version (dev iteration)
npx --yes @deepseek-ai/dsh plugin --profile web add /path/to/dsh-remote
npx --yes @deepseek-ai/dsh plugin --profile web remove dsh-remote # back to release
After a successful start, Settings → 远程工作区 appears and the "Add workspace" flow gains the 本机 / 远程 tabs (screenshots above).
Development (sandbox, not product)
Iterate in the sandbox, never by hand-editing a product profile — the product profile is re-managed by the plugin manager and reverts hand-deployed files on reinstall. Use the helper script:
scripts/dev-run.sh --restart # start / restart the isolated sandbox
scripts/dev-run.sh --stop # stop it
scripts/dev-run.sh --status # is it running?
- Runs its own DSH instance (
dev-harness/harnessinside this repo) with the plugin copied in fromlib/— it boots through the samebin.js web --patchpath as the desktop app, so the sandbox reproduces the product boot behavior. - The sandbox web UI serves on
http://127.0.0.1:50599and the plugin routes are live immediately (e.g.GET /dsh-remote/machines). - Host-half changes (
lib/index.js) need a sandbox restart (--restart); client-half changes (lib/client.js) need a page refresh. - Node ESM resolves dependencies from the importing file's real path, so the
script copies
lib/(hardlink copy,cp -al) into the sandbox profile instead of symlinking — a symlink breaks@deepseek-ai/*resolution. - Run
scripts/check.mjs(static framework-constraint gate: command-name regex, …) before every commit;scripts/boot-smoke.shboots an isolated instance to prove the plugin still starts. - Full rules live in
scripts/dev-standards.md(command names, cordis service access viactx.get()only, optional framework services may never register, verify third-party callback contracts against the real runtime, …).
Deploying to a product profile is a separate, explicit action (./sync.sh)
and should be done only when you intend to release.
Configuration
| Key | Type | Default | Meaning |
|---|---|---|---|
host |
string | '' |
default SSH host (else start disconnected) |
port |
int | 22 |
default SSH port |
username |
string | '' |
default SSH user |
password |
string | '' |
default SSH password (non-empty overrides key) |
privateKeyPath |
string | '' |
private key path (used only when explicitly provided) |
passphrase |
string | '' |
passphrase for an encrypted private key |
workspace |
string | '' |
default remote workspace path |
shell |
string | '' |
remote command terminal strategy: ''=auto-detect (Git Bash on Windows remotes), 'git-bash'=prefer Git Bash, 'native'=never wrap, anything else=explicit bash.exe path (e.g. C:\Program Files\Git\bin\bash.exe) |
commandTimeoutMs |
int | 20000 | per remote command timeout |
connectTimeoutMs |
int | 15000 | SSH connect timeout |
maxFileBytes |
int | 52428800 | skip mirroring/reading files larger than this (0 = no cap) |
hostKeyMode |
string | accept-new |
host-key policy: accept-new (TOFU), verify (reject unknown hosts), off (skip) |
useAgent |
bool | false |
authenticate via the OpenSSH agent (SSH_AUTH_SOCK) |
keyboardInteractive |
bool | false |
allow keyboard-interactive auth (OTP/MFA) with the configured password |
proxy |
object | — | jump host: { host, port?, username?, password?, privateKeyPath? } |
autoPush |
bool | false |
auto-push edited mirror files back to the remote (watcher, debounced) |
auditLog |
bool | true |
append executed commands to $DSH_HOME/remote-workspaces/audit.log |
encoding |
string | utf-8 |
text encoding for remote file reads/writes (e.g. gbk) |
FAQ / troubleshooting
Host key 变了 / 提示可能中间人 — 主机重装过或密钥更换过:/remote-forget-key(或设置页 → 机器 → 重新信任),下次连接重新记录。
连接报"认证失败" — 检查用户名/密码/私钥路径;私钥加密了要填 Passphrase;公司机器要求 OTP/动态码时勾选 keyboard-interactive。
连不上内网机器 — 走跳板机:机器表单里填「跳板机」主机(也可以先把它本身配成一台机器)。主机不可达类错误会给出分类提示。
rw_sync/rw_push 报冲突 — 远端和本地都改过同一个文件时会跳过并列出冲突(绝不静默覆盖)。处理:手动合并后重新同步,或用 force=true 以一边为准。
Windows 远程 — 列表/读写/搜索/同步全部走 SFTP 协议,不依赖 POSIX shell;中文文件用 encoding=gbk 读。
镜像里没有某个目录 — 默认 ignore 规则(.git、node_modules、target 等)会跳过;在 $DSH_HOME/remote-workspaces/.dsh-remote-ignore 加 ! 之外的条目即可调整(gitignore 语法)。
侧边栏远程文件保存失败(409) — 远端文件在你打开后已被改动,重新读取后再编辑(mtime 乐观锁保护)。
密码怎么加密保存 — 机器表单勾选「加密保存密码」:macOS 用系统钥匙串(security),Windows 用 DPAPI,Linux 需要 secret-tool(libsecret);后端不可用时自动回退明文。
Safety
Giving the plugin a machine's credentials lets the agent run shell commands as your user on that host. Only add machines you trust. Passwords are saved on the local machine file (or the OS keychain when enabled); treat it as sensitive (you may lock file ACLs). Every executed command is recorded in the audit log when auditLog is on — review it from the Settings page.
License
MIT
Changelog
See CHANGELOG.md.
有意识地管理
安装与管理
前置条件与目标 Profile
目标: Web Profile
交付方式: Git Bundle — flymysql/dsh-remote#d558df2968dbf416356e4f126e1fa03a1e274980。
验证、更新与移除
显示生命周期命令
dsh plugin --profile web list兼容性与访问范围
DeepSeek Harness web bundle with required peer packages: Not declared in supplied evidence。
风险事实
Can run shell commands and change files on configured remote hosts.
证据 ↗Stores SSH connection credentials locally, with optional OS-keychain storage and a documented plaintext fallback.
证据 ↗Records remote command and file-operation activity in a local audit log when enabled.
证据 ↗证据与编辑审查Manifest、Bundle patch、分发与新鲜度
不可变证据
审查状态与源码活动
在核对来源内容和不可变发布记录后,已由人工批准发布。AI 参与了内容草稿生成,最终发布决定由人工完成。
人工审查于 2026/9/5 UTC 17:24。GitHub 事实核对日期: 2026/9/5 UTC 16:31。
自当前证据基线以来,没有记录到重要源码变化。