virt-viewer: add page (#9562)

* virt-viewer: add page

* virt-viewer: fixed spelling

* Update pages/linux/virt-viewer.md

* Update pages/linux/virt-viewer.md

* Update pages/linux/virt-viewer.md

* Update pages/linux/virt-viewer.md

* Update pages/linux/virt-viewer.md

* Update pages/linux/virt-viewer.md

* Update pages/linux/virt-viewer.md
pull/1/head
Kyle 2022-11-30 19:33:56 -05:00 committed by GitHub
parent 3902255cf4
commit 717c090bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# virt-viewer
> Minimal graphical interface for a virtual machine (VM).
> NOTE: 'domain' refers to the name, UUID or ID for the existing VMs (See: tldr virsh).
> More information: <https://manned.org/virt-viewer>.
- Launch `virt-viewer` with a prompt to select running virtual machines:
`virt-viewer`
- Launch `virt-viewer` for a specific virtual machine by ID, UUID or name:
`virt-viewer "{{domain}}"`
- Wait for a virtual machine to start and automatically reconnect if it shutdown and restarts:
`virt-viewer --reconnect --wait "{{domain}}"`
- Connect to a specific remote virtual machine over TLS:
`virt-viewer --connect "xen//{{url}}" "{{domain}}"`
- Connect to a specific remote virtual machine over SSH:
`virt-viewer --connect "qemu+ssh//{{username}}@{{url}}/system" "{{domain}}"`