We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description The VNC password for a VM created on a template that does not have any password cannot be added after it is running
Use case This may be useful to secure VNC consoles that can be accessed from outside with no downtime or minimal
Interface Changes A "Setup VNC password" option should appear in some dialog of the VM
Additional Context The libvirt domain line for the VM should go from
<graphics type='vnc' port='6305' autoport='no' listen='0.0.0.0'>
to
<graphics type='vnc' port='6305' autoport='no' listen='0.0.0.0' passwd='new_pass'>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The VNC password for a VM created on a template that does not have any password cannot be added after it is running
Use case
This may be useful to secure VNC consoles that can be accessed from outside with no downtime or minimal
Interface Changes
A "Setup VNC password" option should appear in some dialog of the VM
Additional Context
The libvirt domain line for the VM should go from
to
Progress Status
The text was updated successfully, but these errors were encountered: