ssh_execute
Execute commands on remote hosts via SSH with predefined connections. Configure SSH details in config.json and use connection IDs to send commands securely.
Instructions
Execute a command on a remote host via SSH
Example usage:
Configuration required in config.json:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
connectionId | Yes | ID of the SSH connection to use |