Accessing VNC running in GitPod via a VNC Client.
If you don't have an SSH key pair pair on your local machine, create one:
ssh-keygen -t ed25519Copy contents of public SSH key file (typically
~/.ssh/id_ed25519.pubAdd "New SSH" key in GitPod User Settings and paste in the public SSH key.
Click the button below:
Choose "Terminal" in the "Editor/Browser" dropdown (the middle one).
Click "Contine"
Wait for the KitClient to start and follow the directions displayed in the terminal to connect to the client.
When done, in the GitPod terminal in the browser:
gp stopOr use the GitPod Dashboard.