AI Agent Hub
Back to plugins
🤖

dsh-plugin-ssh

Model Inference Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install techflag/dsh-plugin-ssh

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness from the source at https://github.com/techflag/dsh-plugin-ssh, ensuring your Harness version is at least 0.1.2-rc.1 before running the install command.

About this plugin

Switching between a browser, an SSH client, and an AI chat window during routine server maintenance is rarely efficient. DSH SSH folds host management, an interactive terminal, SFTP file operations, and AI-assisted troubleshooting into the DeepSeek Harness sidebar, so the full loop of connecting, browsing files, running commands, and letting AI analyze errors happens in a single workspace without a standalone SSH client.

Core capabilities include host management with fingerprint verification and optional AES-256-GCM encrypted password storage, multi-tab SSH sessions, SFTP directory browsing with drag-and-drop upload, safe atomic replacement for same-name files, UTF-8 text editing, and real-time transfer progress. A standout feature is conversation-driven operations: reference a target host with @server in the native input box, describe a task such as checking the Java environment and deploying a jar, and the Agent carries out remote commands, file reads, edits, and uploads through native tool cards—each step visible and auditable in the Harness UI.

If you already run DeepSeek Harness and your daily workflow involves SSH-ing into servers to check logs, edit configurations, and move files—only to wish you could hand the error straight to an AI without copy-pasting between windows—this plugin is built for exactly that.

Use Cases

  • Log into servers to inspect logs, edit configs, and transfer deployment packages
  • Select terminal output after a failed command and hand it to AI for diagnosis and fix generation
  • Reference a target host in chat and let the Agent deploy, read files, and atomically replace configs remotely

Best For

  • Developers already on DeepSeek Harness who want to avoid a separate SSH client
  • Ops engineers who SSH into servers daily for log inspection and config changes
  • Technical staff who want AI-assisted analysis the moment a server command fails