Skip to content

Releases: Machine-To-Machine/m2m-mcp-server-ssh-server

v0.1.3

03 Jul 08:34

Choose a tag to compare

v0.1.2

10 Apr 19:08

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

10 Apr 18:56

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

09 Apr 21:16

Choose a tag to compare

[0.1.0] - 2025-04-08

Added

  • Initial release with basic SSH server functionality
  • Support for hosting multiple MCP tools
  • Proxy server implementation to merge multiple tools into one interface
  • Automatic key generation if no SSH key is provided
  • Key server with REST API endpoints for client key registration and server key sharing
  • SQLite database for storing client public keys
  • Option to run with traditional authorized_keys file or SQLite database
  • Health check endpoint for the key server
  • Documentation for deployment on cloud platforms
  • Support for Formula One, MLB, and HackerNews MCP servers

Security

  • Secure file permissions for SSH keys (0o600 for private, 0o644 for public)
  • Input validation for key registration
  • Rate limiting for key registration API
  • Default binding to localhost (127.0.0.1) for better security
  • Warning when binding to all interfaces (0.0.0.0)
  • SQL injection protection with parameterized queries