ssh_start_async_command
Start a long-running command asynchronously on a remote server over an active SSH connection. Execute background tasks without blocking the session.
Instructions
启动长时间运行的异步命令
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | SSH连接ID | |
| command | Yes | 要执行的长时间运行命令 |