dsh-rw
Remote-SSH-style workspace for DeepSeek Harness (DSH): pick an SSH host and a remote directory as a native DSH workspace; the agent operates the remote filesystem directly via rw_* tools (SFTP/exec). No mirror, no sync — the remote is the source of truth.
安装
$
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 |