execute_command
Execute shell commands on remote Linux or Windows systems via SSH connections, returning stdout, stderr, and exit codes for efficient remote management.
Instructions
Run a shell command in an existing SSH session and return stdout/stderr/exitCode.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Shell command to execute | |
connection_id | Yes |