ssh_exec
Execute a shell command on a remote host and return its output. Useful for running remote commands via SSH.
Instructions
在远程主机上执行一条 shell 命令并返回结果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| shell | No | ||
| command | Yes | ||
| timeout | No | ||
| environment | No | ||
| allow_dangerous | No |