
virt-viewer
List of commands for virt-viewer:
-
virt-viewer:tldr:12dff virt-viewer: Launch `virt-viewer` with a prompt to select running virtual machines.$ virt-viewertry on your machineexplain this command
-
virt-viewer:tldr:356e6 virt-viewer: Connect to a specific remote virtual machine over TLS.$ virt-viewer --connect "xen//${url}" "${domain}"try on your machineexplain this command
-
virt-viewer:tldr:37043 virt-viewer: Launch `virt-viewer` for a specific virtual machine by ID, UUID or name.$ virt-viewer "${domain}"try on your machineexplain this command
-
virt-viewer:tldr:7d2a6 virt-viewer: Wait for a virtual machine to start and automatically reconnect if it shutdown and restarts.$ virt-viewer --reconnect --wait "${domain}"try on your machineexplain this command
-
virt-viewer:tldr:e2012 virt-viewer: Connect to a specific remote virtual machine over SSH.$ virt-viewer --connect "qemu+ssh//${username}@${url}/system" "${domain}"try on your machineexplain this command