ssh_to_vm
SSH into a Proxmox VM using qm console by providing node, VM ID, and username. Optionally run a command or start an interactive shell.
Instructions
SSH into a VM using qm console
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node where VM is located | |
| vmid | Yes | VM ID | |
| command | No | Command to run (optional, defaults to interactive shell) | |
| username | Yes | Username to login as |