SSH.Execute¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | String |
||
Output ➡️ |
The resulting output of the shard | {String} |
||
Session |
No | SSH shell session object | none |
SSH.ShellVar(SSH.Shell) |
Timeout |
No | Command timeout in seconds (default: 30) | 30 |
IntVar(Int) |
CleanOutput |
No | Clean ANSI codes and prompts from output (default: true) | true |
BoolVar(Bool) |
MaxOutputBytes |
No | Maximum output bytes to retain (keeps tail, 0 = unlimited, default: 65536) | 65536 |
IntVar(Int) |
Execute a command in the persistent SSH shell session