ssh_execute
Execute commands on a remote server over an established SSH connection. Specify the command and optional timeout.
Instructions
在SSH连接上执行命令
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | SSH连接ID | |
| command | Yes | 要执行的命令 | |
| timeout | No | 命令超时时间(秒) |