-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Workaround for users who cannot use port 22 / SSH (e.g. SSH over HTTPS) #7452
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
Add another ip, and provider another domain like |
Another option is that we analyze the protocol characteristics to determine which subroutine will handle |
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. |
This is also be very important for enterprise customers as it is a common thing to block outgoing SSH connection in (big) companies. |
Confirming still works, AKA workaround hasn't been disabled (yet). VSCode settings:
VScode |
We are now rolling out SSH Gateway to all users:
However, some users are reporting that they cannot use SSH because of firewall or ISP issues, e.g.
Not to be confused with the following issue to find a solution for Self Installed users who have access to port 22:
For some users (e.g. SaaS) workarounds such as changing the port will not work as they do not have access to the Gitpod installation as in Self-Hosted.
Relates to:
Original description
#7412 enables us to SSH directly into Gitpod workspace using standard SSH port. It is a standard practice to block this port in firewalls. In order to enable users to work it around we should allow to SSH over HTTPS as well.
@iQQBot mentioned that it is hard since ws-proxy already handles https port, but @csweichel i think knows a trick how to multiplex it?
The text was updated successfully, but these errors were encountered: