Skip to content
New issue

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

Allow changing the VNC password on an already created VM #6780

Open
3 tasks
brodriguez-opennebula opened this issue Nov 7, 2024 · 0 comments
Open
3 tasks

Comments

@brodriguez-opennebula
Copy link
Contributor

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'>

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant