startGalway/dsh-secure-remote ↗★ 1
dsh-secure-remote
适用于 DeepSeek Harness SSH 工作区的安全与连接稳定性覆盖插件:提供工作区边界限制、连接复用及状态探测等功能。
AI 分析
核心用途是保障远程 SSH 工作区的安全与连接稳定。适合经常通过 SSH 连接远程服务器进行开发和部署的用户,能有效防止连接中断并限制越界操作。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:startGalway/dsh-secure-remote说明文档
阅读完整 README ↗配置默认值
workspaceBoundary: deny
connectionReuse: true
controlPersistMs: 300000
serverAliveIntervalSec: 15
serverAliveCountMax: 3
statusProbeIntervalMs: 30000
maxTransferBytes: 8388608