-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
feature: persistent statemeta: never-staleThis issue can never become staleThis issue can never become staleteam: IDEteam: workspaceIssue belongs to the Workspace teamIssue belongs to the Workspace teamtype: feature requestNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
feature: persistent statemeta: never-staleThis issue can never become staleThis issue can never become staleteam: IDEteam: workspaceIssue belongs to the Workspace teamIssue belongs to the Workspace teamtype: feature requestNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
stale commentedon May 30, 2022
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
atduarte commentedon Jun 28, 2022
Currently it's possible to SSH, it's just not as easy:
Go to https://gitpod.io/workspaces, find the workspace you want to connect to, click "Connect via SSH", copy the provided command and execute the command in the workspace you want to connect from. The command should look similar to:
Given this, I will move to the IDE inbox to potentially abstract and simplify these steps
Thanks @axonasif for bringing this solution to my attention!
loujaybee commentedon Jun 28, 2022
Hey @konne, as @atduarte mentions, you should be able to use the SSH access as if you were coming from local.
However, given that you also mentioned
scp
, could I understand what files you're trying to pass between workspaces?Is it the same or similar to the use case described in this issue?
Also, potentially related issues:
Depending on the use-case, a Tailscale (or similar networking) setup could also help:
https://www.gitpod.io/docs/configure/tailscale
https://www.gitpod.io/guides/connect-multiple-repositories-using-tailscale
konne commentedon Jun 28, 2022
@loujaybee I'm aware of other tickets.
the SCP could be solved via a store and restore but for me, it is weird and would even not allow doing things like vscode ssh extensions there I can even browse a remote system.
tailscale would solve port forwarding topics, but first I think it is too complex to set up for simple cases. Second, you do have not full control if you run multiple same workspaces in parallel.