dsh plugins中文
← Back to popular plugin directory

Enhanced multi-account SSH manager for DSH

dd2673/dsh-wending-ssh-manager · skills

Hardened multi-account SSH manager for DSH: profile-isolated storage, host-key pinning, Windows DPAPI secrets, pooled exec/SFTP, isolated tunnels, web terminal, cluster operations, and official agent tools.

★ 0GitHub stars
0Forks
2026-08-16Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

设置面板(插件配置)可开关 announceToAgent(是否向 Agent 宣告插件)与 enabled(总开关)。 数据 主机配置:/.dsh/dsh-ssh.json(版本化 JSON,原子写入) 传输暂存:os.tmpdir()/dsh-ssh-uploads/ 开发 已知限制 上传的远程目标路径必须是绝对路径(相对路径会被拒绝)。 已开始执行的命令断线后不会自动重放;用户可在确认远端状态后手动重试。 跳板机 ProxyJump 的每一跳必须是本插件已配置的主机别名。 断点续传(resume)暂未实现。 Agent 工具的传输为宿主机器本地路径(与 ssh-skill 相同的语义)。 高置信输出脱敏不是内容分类器,无法保证识别日志正文中的所有专有敏感格式。

Install command

dsh plugin --profile web add github:dd2673/dsh-wending-ssh-manager
View GitHub repository ↗Back to popular plugin directory