ssh_exec
Run commands on a remote server via SSH, specifying the connection ID, working directory, and timeout for efficient remote task execution.
Instructions
Execute a command on the remote server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
connectionId | Yes | ID of an active SSH connection | |
cwd | No | Working directory for the command | |
timeout | No | Command timeout in milliseconds |