You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a local devcontainer with the noVNC only accessible from localhost, it would be great to have an option to remove the password and configure noVNC to automatically connect. It could alternatively leave the password for the TigerVNC but just configure noVNC to automatically supply the password. However, I think keepping the password-iness of the web and VNC in sync would be good.
To turn off the password in tigerVNC, you can just add -SecurityTypes None to the command launching the server. I have not looked into noVNC configuration to automatically connect or a default password beside the URL params.
Currently to automatically connect and use the password, I have a launch configuration to launch http://localhost:6080/?autoconnect=true&password=vscode but this is suboptimal.
The text was updated successfully, but these errors were encountered:
For a local devcontainer with the noVNC only accessible from localhost, it would be great to have an option to remove the password and configure noVNC to automatically connect. It could alternatively leave the password for the TigerVNC but just configure noVNC to automatically supply the password. However, I think keepping the password-iness of the web and VNC in sync would be good.
To turn off the password in tigerVNC, you can just add
-SecurityTypes None
to the command launching the server. I have not looked into noVNC configuration to automatically connect or a default password beside the URL params.Currently to automatically connect and use the password, I have a launch configuration to launch
http://localhost:6080/?autoconnect=true&password=vscode
but this is suboptimal.The text was updated successfully, but these errors were encountered: