secure_execute_command
Run read-only shell commands securely in an existing SSH session, capturing stdout, stderr, and exit codes for remote Linux and Windows systems.
Instructions
Run a read‑only shell command (i.e., one that does not mutate state) in an existing SSH session and return stdout/stderr/exitCode.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Read‑only shell command to execute (e.g., ls, cat). | |
connection_id | Yes |