run_command
Execute shell commands on a VPS via SSH to manage files, services, Docker, and firewall, with support for custom timeout and working directory.
Instructions
Execute a shell command on the VPS via SSH
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The shell command to execute | |
| timeout | No | Timeout in milliseconds (default: 30000) | |
| working_directory | No | Directory to run the command in |