dsh-ssh-logs
从白名单 SSH 服务器和日志根目录读取或搜索有界日志内容,不开放任意远程命令。
Read and search bounded log output from allowlisted SSH servers and log roots without exposing arbitrary remote commands.
怎么安装
dsh plugin add github:452926826/dsh-ssh-logs 简介
dsh-ssh-logs English | 简体中文 A read-only SSH log tool for DeepSeek Harness. It uses the built-in @deepseek-ai/dsh-mcp-client bridge to expose three MCP tools to the model: mcp__ssh_logs__list_log_servers mcp__ssh_logs__read_log mcp__ssh_logs__search_log Servers are configured under fixed aliases. The model cannot select arbitrary hosts, execute arbitrary commands, or modify remote files. Every requested file must remain under an allowlisted log root. Installation bash git clone https://github.com/452926826/dsh-ssh-logs.git cd dsh-ssh-logs npm install dsh plugin --profile web add "$PWD" It can a…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-26
- 创建于
- 2026-08-25
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh-plugin
同类推荐
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-remote-web-ui
手机/PC 远程操控 dsh web 工作区:扫码配对、令牌门控通道、SSE 实时同步,提供移动端与完整桌面 GUI 两种远程形态。
dsh-web-lan-access
AcidGr/dsh-web-lan-access
Web UI 局域网/远程访问:为纯 HTTP 非安全上下文注入 crypto.randomUUID polyfill,局域网/Tailscale IP 直连时前端不再崩溃。
dsh-lan-access
Leon0555/dsh-lan-access
局域网访问:Web GUI 绑定 0.0.0.0 + crypto.randomUUID polyfill(修复非安全上下文下 RPC 崩溃)。
dsh-wechat
pan17/dsh-wechat
以进程内 Cordis 插件的形式,通过腾讯 iLink bot 协议把微信私聊桥接到 DeepSeek Harness——双向收发文本、图片、文件与语音,微信内 slash 命令经原生命令注册中心解析(DSH 新增命令零改动可用),支持在微信端处理审批与提问,并提供 send_wechat 工具主动推送。