MRZHUH/dsh-remote-server1

dsh-remote-server

Mention a server with @ in a DeepSeek Harness session and run commands on it over SSH, behind a two-tier approval gate that fails closed.

包名
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.