Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 823 Bytes

File metadata and controls

22 lines (18 loc) · 823 Bytes

gitpodVNC

Accessing VNC running in GitPod via a VNC Client.

  1. If you don't have an SSH key pair pair on your local machine, create one:

    ssh-keygen -t ed25519
    
  2. Copy contents of public SSH key file (typically ~/.ssh/id_ed25519.pub

  3. Add "New SSH" key in GitPod User Settings and paste in the public SSH key.

  4. Click the button below:

    Open in Gitpod

  5. Choose "Terminal" in the "Editor/Browser" dropdown (the middle one).

  6. Click "Contine"

  7. Wait for the KitClient to start and follow the directions displayed in the terminal to connect to the client.

  8. When done, in the GitPod terminal in the browser:

    gp stop
    

    Or use the GitPod Dashboard.