dsh-octoops
OctoOps:为 DeepSeek Harness (DSH) 提供的统一 SSH/Telnet 及 JumpServer 堡垒机编排器。
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 端口