JUNQINGV587/dsh-ssh-hub0

dsh-ssh-hub

适用于 DeepSeek Harness Web 界面多服务器 SSH 终端面板插件:可在底部面板管理主机并打开多个 SSH 终端。

AI 分析

核心用途是在 DSH 网页端集成多路 SSH 终端。适合需要一边与智能体对话,一边在底部直接连接多台远程服务器进行命令行操作的运维和开发人员。支持密码、私钥及 SSH Agent 认证。

包名
dsh-ssh-hub
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JUNQINGV587/dsh-ssh-hub

Usage

  1. Press Ctrl+` to open the terminal panel at the bottom of the conversation.

  2. Click 管理服务器 (Manage servers) → 添加服务器 (Add server) and fill in:

    FieldDescription
    名称 (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.

  3. Click 新会话 (New session) → pick a server → an SSH terminal opens in a new tab.

  4. Type, select-to-copy, right-click-to-paste. Drag the top edge of the panel to resize it.