ssh_execute_background
Run a command in the background on a remote device, returning a task ID to track progress and retrieve output.
Instructions
Execute a long-running command in the background. Returns a task ID and output file path. Use ssh_check_background to monitor progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute in background | |
| connection_id | Yes | Connection ID from ssh_connect |