VS Code Desktop with Local SSH requires add entry to user local SSH config file #18109
Labels
editor: code (desktop)
feedback-issue
meta: never-stale
This issue can never become stale
type: improvement
Improves an existing feature or existing code
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:
~/.ssh/code_gitpod.d/config
and inserting our settings.~/.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. 🙏
The text was updated successfully, but these errors were encountered: