search for: hypervisor_hostname

Displaying 4 results from an estimated 4 matches for "hypervisor_hostname".

2017 Aug 30
2
spice client?
...are five bazillion different versions of encryption methods and the overall extreme difficulty to deal with it. In this case, no encryption is needed. That is my decision, and if spice thinks it could make that decision for me, it needs to be fixed. > > virt-viewer --connect qemu+ssh://<hypervisor_hostname>/system <vm_id> > > > Regards, > Milos. > > Quoting hw <hw at gc-24.de>: > >> Felipe Salvador wrote: >>> On Wed, Aug 30, 2017 at 04:55:45PM +0200, hw wrote: >>>> >>>> Hi, >>>> >>>> how do I connect to...
2017 Aug 30
2
spice client?
Felipe Salvador wrote: > On Wed, Aug 30, 2017 at 04:55:45PM +0200, hw wrote: >> >> Hi, >> >> how do I connect to a VM running on a removte machine with some >> sort of spice client? There doesn?t seem to be any spice client >> available in Centos 7 that works. > > virt-viewer? > That only says it?s unable to connect. The XML-dump says:
2017 Aug 30
0
spice client?
...ay to connect would be to tunnel the spice connection via SSH. This is so 'by design'. You'll certainly need an SSH keypair for authentication along with the ssh-agent (if your private key is password protected). I'm using something like: virt-viewer --connect qemu+ssh://<hypervisor_hostname>/system <vm_id> Regards, Milos. Quoting hw <hw at gc-24.de>: > Felipe Salvador wrote: >> On Wed, Aug 30, 2017 at 04:55:45PM +0200, hw wrote: >>> >>> Hi, >>> >>> how do I connect to a VM running on a removte machine with some >>&g...
2017 Aug 30
0
spice client?
On Wed, Aug 30, 2017 at 08:05:18PM +0200, hw wrote: > In this case, no encryption is needed. That is my decision, and if spice thinks > it could make that decision for me, it needs to be fixed. So I think you can replace > > virt-viewer --connect qemu+ssh://<hypervisor_hostname>/system <vm_id> with[1] virt-viewer --connect qemu+tcp://example.com/system <vm_id> [1] http://libvirt.org/drvqemu.html#uris -- Felipe Salvador