execute_ssh_command
Execute commands on remote servers securely via SSH using persistent or new sessions. Specify host, username, and command for direct, controlled access from the MCP server.
Instructions
Execute a command on a remote server via SSH. Commands run in a persistent SSH session by default. Use newSession: true to run in a new session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | ||
host | Yes | ||
newSession | No | ||
password | No | ||
port | No | ||
privateKey | No | ||
username | Yes |