dsh-rw
远程 SSH 风格工作区插件:直接将远程 SSH 主机目录作为 DSH 本地工作区
AI 分析
核心用途是让 Agent 通过 SFTP/exec 直接在远程服务器上操作文件。适合需要在远程服务器或开发机上直接进行代码编写和系统维护的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MDR-EX1000/dsh-rw说明文档
阅读完整 README ↗Configuration
Plugin config keys (defaults shown):
| Key | Default | Meaning |
|---|---|---|
hostKeyPolicy | 'accept-new' | 'accept-new' learns first-seen keys into known_hosts; 'strict' refuses unknown; 'off' disables verification (explicitly) |
knownHostsPath | ~/.ssh/known_hosts | known_hosts file used for verification |
commandTimeoutMs | 30000 | per remote command timeout |
connectTimeoutMs | 15000 | SSH handshake timeout |
maxOutputChars | 200000 | cap on collected stdout/stderr per call |