cmd-mcp-server
execute_ssh_command
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 |