-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
editor: code (desktop)feedback-issuemeta: never-staleThis issue can never become staleThis issue can never become staletype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code
Description
Context
We now offer a new option: Local SSH to access your workspaces with VS Code Desktop. This method leverages the stored Gitpod session in VS Code Desktop for authentication, providing an additional layer of security.
But it Needs to Modify SSH Config File
To make VS Code Desktop open seamlessly we will add a single entry to your local SSH configuration. Gitpod does not read any of your existing SSH configurations.
Changes are made:
- Creating a new file
~/.ssh/code_gitpod.d/config
and inserting our settings. - Updating your ssh config file
~/.ssh/config
to import the file created in step one. This will include grouping Include "code_gitpod.d/config" statement under the header## START GITPOD INTEGRATION
.
More detail see Document
Please share what you think. 🙏
Metadata
Metadata
Assignees
Labels
editor: code (desktop)feedback-issuemeta: never-staleThis issue can never become staleThis issue can never become staletype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code