-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Allow SSH connection #1781
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
Comments
This would support #1635 but also possibly other use cases based on SSH. |
Agreed! 👍 This is an oft-requested feature. Side note: It's already possible today to easily SSH into your Gitpod workspace (and to connect to other non-HTTP workspace services, like databases) by simply using Chisel. See instructions here. |
Yes, I would remove the "easily" from that sentence, though. |
I actually cannot connect it with chisel. and got something like this |
Hello friends! I'm really enjoying GitPod, it's very exciting. Being able to use a local VS Code front-end would be lovely as I'm having issues with my keyboard shortcuts being overriden by my browser's keyboard shortcuts. Is this official ssh connection a feature that we are likely to see in the near future? Thank you |
Is this being worked on? |
We plan to investigate the "connect-from-local" space in the next cycle (April). Not a guarantee that we start with SSH first, but definitely one of the most important use-cases. Stay tuned! |
This functionality is the hold-up on our team using GitPod. I see this on the docs:
As well as you mentioned starting in April. I understand timelines and priorities changed, but just looking for if this is still on the short-term horizon? If so we'll keep checking in for an update. |
Hi @rthomps7! Thank you for asking. The April development cycle shipped with an alpha version of a Gitpod Local Companion App that allows SSH access to your Gitpod workspaces. See the Pull Request for more details: #3958 This feature is currently under active development in the May cycle, and we expect to ship something that users can try in about two weeks from now. |
Thanks @jankeromnes! Very helpful. Do you mind connecting any of that release info to this PR? We eagerly await :) |
Hey guys, any more news on this? Would be awesome to run my workspaces locally when I'm at my workstation |
Hey @rthomps7 and @jmcelreavey! I believe most of the Gitpod Local Companion App Beta code is now live in production (🎉) but there were a few last-minute blockers delaying the announcement blog post. Seems like it's all resolved and the blog post should go live pretty soon (next week?). It will have more information on how the Local App works and how it can be tested. Cc @rl-gitpod 😇 |
Just to clarify: workspace is remote, it is just your can access it on localhost or via SSH, not run workspace locally |
Couple of questions:
Thanks! |
Last week we released the preview version of Gitpod Local Companion which supports ssh: https://www.gitpod.io/blog/local-app Please try and give us feedback.
With Gitpod Local Companion you don't need it.
I don't think it is fixed, but Gitpod Local Companion should not rely on it. |
Just to be clear, it is not yet supported to use the VS Code SSH plugin? |
|
@akosyakov I am very excited about that feature.
can I configure this somehow to use a different ssh key? |
Not yet, please file a new issue 🙏 |
@akosyakov done: #4759 |
Sorry, could you explain a bit more about pointing the |
Apologies! Figured out you meant the Remote SSH extension config variable 🤦 I'm dumb. Thanks! |
Doesn't seem to work on Windows, the Local Companion App tried to create the file |
I'm going to close it, please open individual issues if something does not work with the local companion. We are going to work on better local VS Code integration and the cli for local companion next weeks. |
@akosyakov Is there an issue that I can subscribe to regarding the VS Code integration? |
yes, sure, should have mentioned it in previous comment, sorry
|
It seems like these remote SSH options (Chisel, Local Companion app) require installation of something on a local machine, so for example you can’t SSH in to your terminal with just an SSH app like Termius. Is there any way to do this or will there be in the future? |
I agree. I'd prefer to use Blink to SSH into my workspace to run commands, than use the Terminal in VSCode. |
@jamiesteven @julkhami see #5602 (comment) |
We should natively and easily allow accessing workspaces through SSH.
The text was updated successfully, but these errors were encountered: