ssh_exec
Run a shell command on a remote SSH server and retrieve the combined output including stdout, stderr, and exit code.
Instructions
Execute a command on the remote host via SSH.
Run a shell command on the connected remote server and return the combined output including stdout, stderr, and exit code.
Args: command: Shell command to execute on the remote host.
Returns: Formatted string with stdout, stderr, and exit code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |