Connect 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