ssh_exec
Run a single shell command on one of your servers and return its combined output. Runs keyless over Termalin's tunnel — no SSH key, and the server needs no open inbound port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Server id from hosts_list | |
| command | Yes | Shell command to execute | |
| username | No | Login user (defaults to the tunnel's user, else root) | |
| timeoutSeconds | No | Max seconds to wait (default 60, up to 300) |