DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-ssh-bridge

A DSH plugin that provides a local browser-authenticated SSH bridge and agent tools for executing commands on SSH hosts.

Terminal & TUIDeveloper ToolsBrowser & WebRemote Execution
0GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add dsh-ssh-bridge

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-ssh-bridge installs into DeepSeek Harness as a Cordis plugin. It starts a loopback SSH bridge with a browser page for entering a target and password, then registers tools to execute commands, disconnect, or reconnect.

Key Capabilities

  • Registers `router_exec` to run a command on the authenticated SSH target.
  • Registers `router_disconnect` and `router_reconnect` for connection lifecycle control.
  • Provides a browser page with an interactive SSH terminal and ANSI rendering.
  • Exposes localhost API endpoints for authentication, command execution, terminal input, connection status, disconnect, and reconnect.
  • Accepts arbitrary SSH targets entered as `user@host[:port]`.
  • Supports DSH bundle installation through `dsh plugin --profile web add dsh-ssh-bridge`.

Useful For

  • Letting a DSH agent manage an OpenWrt router or other SSH-accessible host after browser-based authentication.
  • Running remote diagnostic or administration commands without entering the SSH password into chat.
  • Using a local browser terminal alongside agent-driven command execution.

Who It Fits

  • DeepSeek Harness users who administer SSH hosts.
  • OpenWrt router users.
  • Developers integrating local SSH command execution into DSH workflows.

Documented Limitations

  • Requires Node.js 18 or later.
  • An SSH session must be authenticated through the browser page before command execution is available.
  • The service listens on a loopback address and uses a default starting port of 23991; occupied ports are incremented.
  • The documented plugin ABI targets the DSH `0.1.0-rc` series, which the README says lacks public third-party documentation.
  • The bridge core can also run independently of DSH.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 2 runtime, 0 development, 1 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
lance-kanglu/dsh-ssh-bridge
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
638243f · 2026-09-13

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
2026-08-16
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app