dsh-ssh-hub
适用于 DeepSeek Harness Web 界面多服务器 SSH 终端面板插件:可在底部面板管理主机并打开多个 SSH 终端。
AI 分析
核心用途是在 DSH 网页端集成多路 SSH 终端。适合需要一边与智能体对话,一边在底部直接连接多台远程服务器进行命令行操作的运维和开发人员。支持密码、私钥及 SSH Agent 认证。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JUNQINGV587/dsh-ssh-hub说明文档
阅读完整 README ↗Usage
-
Press Ctrl+` to open the terminal panel at the bottom of the conversation.
-
Click 管理服务器 (Manage servers) → 添加服务器 (Add server) and fill in:
Field Description 名称 (Name) Display name, e.g. prod-db-1主机 (Host) IP or hostname 端口 (Port) SSH port, default 22用户名 (Username) SSH login user 认证方式 (Auth) password/privateKey/SSH Agent/none密码 / 私钥 Secret — left blank on edit keeps the stored one 远程初始目录 (Cwd) Optional initial working directory on the remote 连接超时 (Ready timeout) Optional, default 15 s Keepalive 间隔 Optional, default 30 s Use 测试连接 (Test) to verify before saving.
-
Click 新会话 (New session) → pick a server → an SSH terminal opens in a new tab.
-
Type, select-to-copy, right-click-to-paste. Drag the top edge of the panel to resize it.