ssh_exec
Execute shell commands on remote embedded boards over SSH, returning exit status, stdout, and stderr for diagnostics and automation.
Instructions
Execute a shell command on the remote host via SSH and return exit status, stdout, and stderr.
Args: board_id: The identifier of the board (e.g. 'e1_linux_host') command: Shell command string to execute (e.g. 'ps aux | grep enor' or 'dmesg | tail') timeout_sec: Maximum timeout in seconds (default: 30.0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| board_id | Yes | ||
| timeout_sec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||