SSH MCP Server - 认证安全加固版 | Authentication Security Hardened Edition
{
"mcpServers": {
"ssh-mcp-server-secure": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
SSH MCP Server - 认证安全加固版 | Authentication Security Hardened Edition
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 0 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
Search, evaluate, and compare 17,000+ MCP servers — each scored on security, maintenance, and efficiency.
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
Trust infrastructure for AI agents — DIDs, reputation, verifiable credentials, USDC.
MCP Security Weekly
Get CVE alerts and security updates for Ssh Mcp Server Secure and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
向 Cigarliu/ssh-mcp-server 学习致敬 🙏
本项目基于前辈的优秀作品,专注于安全加固
✨ 完整交互终端 - vim/top/gdb 完美支持
⚡ 异步模式 - 毫秒级响应
🧹 ECMA-48 标准 - 零污染输出
🔑 会话别名 - 告别 UUID
📊 审计日志 - 完整追溯
🔐 自动 sudo - 密码注入
| 问题 | 修复 | |:---|:---| | Host Key 验证 | ✅ 强制验证 | | 凭证泄露 | ✅ 日志脱敏 | | 会话安全 | ✅ 加密增强 | | 输入验证 | ✅ 注入防护 |
# 下载二进制
wget https://github.com/The-Ladder-of-Rrogress/ssh-mcp-server-secure/releases/download/v1.0.0-secure/sshmcp-linux-amd64
chmod +x sshmcp-linux-amd64
# 运行
./sshmcp-linux-amd64
通过 ssh-mcp-bridge 将 stdio 转换为 SSE:
# docker-compose.yml
version: '3.8'
services:
ssh-mcp-bridge:
image: ssh-mcp-bridge:latest
ports:
- "3002:3002"
volumes:
- ./keys:/app/keys:ro # SSH 私钥挂载
LiteLLM 配置:
{
"mcpServers": {
"ssh": {
"sse_url": "http://host.docker.internal:3002/sse",
"description": "SSH MCP Server"
}
}
}
LiteLLM (SSE) ←→ ssh-mcp-bridge ←→ ssh-mcp-server-secure (stdio) ←→ SSH Server
MIT License - 详见 LICENSE