runCommandBatch
Execute multiple shell commands sequentially on a specified SSH host to automate remote tasks in one batch.
Instructions
Executes multiple shell commands sequentially on an SSH host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | List of shell commands to execute | |
| hostAlias | Yes | Alias or hostname of the SSH host |