ssh_execute
Execute shell commands on a remote server via an existing SSH session, automating remote command execution without manual login.
Instructions
Execute a command on a connected remote server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionName | Yes | Session to run the command on | |
| command | Yes | Shell command to execute |