ssh_execute_sudo
Run sudo commands on a remote server, providing a masked password for secure execution. Automates privileged operations via SSH.
Instructions
Execute command with sudo on remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name or alias | |
| command | Yes | Command to execute with sudo | |
| password | No | Sudo password (will be masked in output) | |
| cwd | No | Working directory | |
| timeout | No | Command timeout in milliseconds (default: 30000) |