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

Added notification for user about located VNC password & address #119

Merged
merged 2 commits into from
Mar 5, 2024

Conversation

sparshev
Copy link
Contributor

@sparshev sparshev commented Mar 5, 2024

Following VMX driver practices - allowing user to see the VNC password for debugging purposes. It should not be a security concern, because such password is autogenerated during the image build.

Looks like that:

==> tart-cli: Waiting for the VNC server credentials from Tart...
==> tart-cli: Retrieved VNC credentials, connecting...
    tart-cli: If you want to view the screen of the VM, connect via VNC with the password "thumb-genre-width-motion" to
    tart-cli: vnc://127.0.0.1:60612
==> tart-cli: Connected to the VNC!

fixes: #114

@fkorotkov fkorotkov merged commit fb05173 into cirruslabs:main Mar 5, 2024
2 checks passed
@sparshev sparshev deleted the show_vnc_password branch March 5, 2024 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VNC password is not printed in debug log
2 participants