Skip to main content
Glama
457,802 tools. Updated 2026-08-14 17:17

"Information about SSH (Secure Shell)" matching MCP tools:

  • Apply SSH hardening, fail2ban, UFW firewall, and custom domain management. Run security audits with scoring to identify vulnerabilities.
    Apache 2.0
  • Execute shell commands over SSH inside a running VM and capture combined stdout and stderr output.
    MIT
  • Terminate an active remote shell session, closing the SSH connection and removing its temporary directory to free resources and reset the environment.
    MIT
  • Establish an SSH connection to a remote host, creating a persistent shell session that retains state across subsequent command executions.
    MIT
  • Close an active SSH session, releasing shell, SFTP, and port forward resources. Warning: kills all running processes in the session.
    MIT
  • Execute shell commands on remote hosts over SSH, returning output, exit code, and log file path for system management and troubleshooting.
    MIT

Matching MCP Servers

  • F
    license
    A
    quality
    C
    maintenance
    An MCP server that provides information about Utkarsh, including bio, skills, work experience, and portfolio projects, accessible via local stdio or remote HTTP with OAuth.
    6

Matching MCP Connectors

  • Run multi-line shell scripts on remote SSH servers for automation, configuration changes, or complex checks. Send script via stdin, choose shell, timeout, and host.
    MIT
  • Execute shell commands on a remote Linux machine via SSH. Returns stdout, stderr, and exit code.
    MIT
  • Open a named persistent SSH shell or WinRM PowerShell runspace that remains active until closed, preserving state for ongoing administration tasks.
    MIT
  • Upload files to a remote target through an active SSH or reverse shell session, with base64 encoding and optional SHA256 checksum verification.
    MIT
  • Execute shell commands inside a Proxmox LXC container via SSH. Supports complex commands with pipes and redirections for flexible automation.
    MIT
  • Send Ctrl+C, Ctrl+U, Ctrl+D, or Ctrl+Z to an active SSH shell session to interrupt processes, clear input, send EOF, or suspend execution without a newline.
    MIT
  • Execute shell commands on a remote host via SSH with support for pipes, redirects, and shell metacharacters. Returns stdout, stderr, and exit code.
    MIT
  • Execute a single command on a remote Linux or Windows host via SSH or WinRM with support for ad-hoc connections, profiles, shell, cwd, environment, and timeout.
    MIT
  • Execute shell commands inside Proxmox LXC containers by specifying node, container ID, and command input. Enables remote administration and automation without manual SSH.
    MIT
  • Read output from an SSH shell session by providing the session ID. Optionally clear the buffer after reading to ensure fresh output on the next call.
    MIT