dsh-remote: Managing Remote Workspaces via SSH in DSH
dsh-remote is a DeepSeek Harness network-connected tool plugin maintained by flymysql. It allows you to actively SSH into remote hosts from your local DSH, using 20 rw_* tools to read and write files, execute commands, and mirror remote directories to your local workspace via SFTP. It supports multi-machine registration, dual-tab workspace selectors, conflict-aware bidirectional synchronization, port forwarding, sidebar remote editing, and command auditing. The installation command is `dsh plugin add dsh-remote`, licensed under MIT, with the current version being 0.8.8.
Read MoreConnect DeepSeek Harness to SSH Remote Workspace with dsh-remote
dsh-remote is the DeepSeek Harness remote work assistant maintained by flymysql (MIT license, current npm version 0.5.7). It does not modify the core of dsh-workspace. Instead, it establishes an outbound SSH connection from the local machine to the server you maintain, selects remote directories, uses rw_* tools to list files, read/write data and execute commands, and mirrors the remote end into a local real workspace via bounded SFTP. The community directory installation command is `dsh plugin add github:flymysql/dsh-remote`; the client only declares the web platform. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and license, and do not hand over the credentials of untrusted hosts to the Agent.
Read More