ssh_exec
Executes remote commands via SSH, with automatic detection of destructive operations requiring explicit confirmation for safety.
Instructions
Ejecuta un comando en el servidor remoto. Si el comando es destructivo (rm -rf, reboot, etc.) requiere confirm: true para ejecutarse
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Comando a ejecutar en el servidor remoto | |
| confirm | No | Confirmar ejecución de comandos peligrosos. Requerido cuando el comando es detectado como destructivo |