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 ed25519
-
Copy contents of public SSH key file (typically
~/.ssh/id_ed25519.pub
-
Add "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 stop
Or use the GitPod Dashboard.