dsh-octoops
OctoOps: Unified SSH/Telnet & JumpServer Bastion Orchestrator for DeepSeek Harness (DSH)
AI 分析
核心用途是让 Agent 能够安全地编排和执行 SSH/Telnet 及堡垒机命令,适合需要通过 DSH 进行自动化运维、远程服务器管理并需要高危命令确认的用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hesiwen66/OctoOpsドキュメント
README 全文を読む ↗配置
在 cordis.patch.yml 中配置:
plugins:
dsh-octoops:
confirmPolicy: auto # 每会话首次执行确认 (auto / always / never)
dangerPolicy: always-ask # 高危命令强制确认
defaultTimeoutMs: 30000 # 命令超时时间 (ms)
jumpserverSshPort: 2222 # JumpServer 堡垒机 SSH 端口