](https://www.npmjs.com/package/dsh-remote) ](LICENSE) ](https://github.com/topics/dsh-plugin)
功能特性
- 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.
- Two-tab workspace picker (fills the native "Add workspace" flow):
- 本机 / Local — opens the native OS folder chooser over the host, or lets you type a local path → adopted directly as a normal DSH local workspace (local workspaces fully coexist).
- Bidirectional SFTP sync — rw_sync (remote → mirror) and rw_push (mirror → remote) round-trip your local-mirror edits back to the machine.
- Model tools — rw_info, rw_connect, rw_pick_workspace, rw_list_dir, rw_read_file, rw_write_file, rw_exec, rw_sync, rw_push, rw_disconnect.
- Write directly to a remote file — rw_write_file creates or overwrites a remote file (making parent directories), so you don't have to round-trip through a local mirror for a single-file edit.
安装命令
dsh plugin add dsh-remote # add the bundle项目简介
Remote-work assistant for DeepSeek Harness (DSH): connect via SSH (key or password), pick a remote workspace, operate with rw_* tools, and SFTP-mirror it into a real local DSH workspace.

