Hefulalala/dsh-remote-workspace ↗★ 0
@dsh-external/dsh-remote-workspace
远程站点与远程工作区(SSH/SFTP):连接管理、统一添加工作区、远程文件读写
AI Analysis
让 DSH 直接工作在远程服务器上。适合开发环境部署在远程 VPS 或 GPU 云主机、需要 Agent 直接读写远程代码的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hefulalala/dsh-remote-workspaceREADME
Read the full README ↗Usage
-
Open 🌐 Remote Sites in the bottom-left sidebar and add a site:
Field Notes Host / Port / Username SSH target Home directory optional; empty = auto-detect the remote home Auth password / private-key file / SSH agent -
Click Add Workspace in the left workspace tree:
- Choose Local → pick a local folder (same as before)
- Choose a remote site → pick a remote folder (starts at the site home)
- Choose New remote site → configure the connection, then continue to folder selection
-
A remote workspace now appears in the left tree. Click it to open a new session, then just talk to the agent, e.g.:
"Read /srv/app/config.yml and change the port to 8081"
The agent resolves paths against the remote root and uses remote_workspace_read/write automatically (guided by the generated AGENTS.md).