ssh_exec
Execute commands on remote servers via SSH without exposing connection details. Uses server aliases for simplified access.
Instructions
Execute a command on a remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The command to execute | |
| serverAlias | Yes | The server alias (e.g., "server1", "that-site") |