dsh-remote-auth
DSH remote-access authorization page that shows the current process browser-session URL as a clickable link or QR code, behind an optional authority/subnet allow-list and PIN.
DSH 远程授权页:以可点击链接或二维码呈现当前进程的浏览器会话 URL,可选主机/网段白名单与 PIN 门禁。
How to install
dsh plugin add dsh-remote-auth About
dsh-remote-auth DSH 远程授权页:**点一下链接或扫一下二维码**,设备即可获得当前 dsh web 进程的浏览器会话——再也不用翻 ~/.dsh/logs/ 找 token。 > One click or one QR scan mints the current process's browser-session URL for DeepSeek Harness (dsh web). No more digging the launch token out of server logs. 为什么需要它 dsh web 用"每次进程启动随机生成"的 launch token 授权浏览器: 访问 /?token=... 后换取 30 天签名 cookie。本机浏览器启动时自动打开没问题, 但 **iPad / iPhone / 其他电脑**(经 Tailscale 或家庭 Wi-Fi)要访问时,只能去 服务器日志里翻带 token 的 URL——麻烦且易错。 本插件在 webserver 上挂一个公开路由 GET /mobile-auth:设备打开后输入 PIN (可选),页面给出**当前进程、且与访问所用 authority 一致**的授权链接 + 二维码;点击/扫码即铸造 cookie。cookie 由持久化签名密钥签发( ~/.dsh/.credential…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-05
- Created
- 2026-09-05
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, mobile, remote-access
Related plugins
dsh-ios
ZSeven-W/dsh-ios
A live iOS Simulator or USB-connected iPhone inside the conversation: 22 agent tools for booting, building, driving the UI by accessibility identity or OCR text, list-row actions and SwiftUI preview hot reload, plus a streaming sidebar panel you can tap and drag on.
dsh-full-remote
JUANWANG-BUAA/dsh-full-remote
Remote DeepSeek Harness with full server-side API access (`settings.*` / `credentials.*` / `host.listDirectory`). Token-gated reverse proxy, per-device sessions, phone invite QR, fence self-check, optional approval / CIDR / idle timeout / local TLS, WebSocket/SSE.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-remote-web-ui
Remote control of a dsh web workspace from phone or PC: QR-code pairing through a token-gated channel, SSE real-time sync, and separate mobile and full desktop GUI modes.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-ssh
SSH ops panel for DSH: web terminal, SFTP transfer with progress, local port forwarding, and one-command cluster execution across hosts; agents share the same host config.