SSH MCP Server - 认证安全加固版 | Authentication Security Hardened Edition
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ssh": {
"sse_url": "http://host.docker.internal:3002/sse",
"description": "SSH MCP Server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
向 Cigarliu/ssh-mcp-server 学习致敬 🙏
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
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