Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code Desktop with Local SSH requires add entry to user local SSH config file #18109

Open
mustard-mh opened this issue Jun 29, 2023 · 0 comments
Assignees
Labels
editor: code (desktop) feedback-issue meta: never-stale This issue can never become stale type: improvement Improves an existing feature or existing code

Comments

@mustard-mh
Copy link
Contributor

mustard-mh commented Jun 29, 2023

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:

  1. Creating a new file ~/.ssh/code_gitpod.d/config and inserting our settings.
  2. 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. 🙏

@gtsiolis gtsiolis changed the title Feedback Issue: VS Code Desktop with Local SSH requires add entry to user local SSH config file VS Code Desktop with Local SSH requires add entry to user local SSH config file Jul 3, 2023
@gtsiolis gtsiolis added type: improvement Improves an existing feature or existing code editor: code (desktop) feature: ssh labels Jul 3, 2023
@mustard-mh mustard-mh self-assigned this Jul 14, 2023
@mustard-mh mustard-mh added the meta: never-stale This issue can never become stale label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor: code (desktop) feedback-issue meta: never-stale This issue can never become stale type: improvement Improves an existing feature or existing code
Projects
None yet
Development

No branches or pull requests

2 participants