MRZHUH/dsh-remote-server1

dsh-remote-server

通过 SSH 在远程服务器上运行命令的 DSH 插件,支持 @ 提及服务器及双重审批门禁。

AI 分析

核心用途是让 DSH Agent 具备远程服务器运维和部署能力。适合需要 Agent 跨机器执行命令、修改配置,同时要求严格安全审批的系统管理员或开发运维人员。

包名
dsh-remote-server
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MRZHUH/dsh-remote-server

Configuration

KeyDefaultMeaning
connectTimeoutMs10000Bound on establishing the connection.
execTimeoutMs120000Bound on one command.
probeTimeoutMs15000Bound on one facts probe.
outputMaxBytes65536Retained bytes per stream; overflow keeps the tail and is reported as truncated.
strictHostKeyCheckingaccept-newUnknown-host-key policy (accept-new or yes).
alwaysAskfalseRoute every command to a human.
readOnlyAllowlist[]Command prefixes that skip the classifier.
classifierunset{ provider, model } for auto-approval.
classifyTimeoutMs15000Bound on one classification call.