mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #207] Global qenmu VNC password is ignored #160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bsavelev on GitHub (Jan 27, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/207
I have global VNC password in qemu.conf:
so my VNC console is protected, but webvirtmgr check only instance vnc password
@retspen commented on GitHub (Jan 27, 2014):
Libvirt can't read global qemu settings. You can set vnc password for each instances.
@bsavelev commented on GitHub (Jan 28, 2014):
my installation was too old and vnc password was required. with new version problem is gone for me