-
Notifications
You must be signed in to change notification settings - Fork 313
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
Allow for jump server in protocol links #9863
Comments
You could use an SSH config file ( |
Thanks for the feature request, I will add the appropriate label To expand on Christof's comment, you could add all the necessary flags for a host in the SSH config AND use that host's name in the URI |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 10 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding |
🙁 In the last 60 days, this feature request has received less than 10 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Currently you can open vscode to a remote location via the following schema
vscode://vscode-remote/ssh-remote+[USER@]HOST[:PORT]/path/to/file
It would be very useful if this were more flexible, especially in terms of allowing a jump host.
In a similar vein of custom ssh options... many people use private repositories, and being able to add the
-A
flag would be useful as well. Passing the local user agent would allow a user accessing a remote machine to be able togit fetch
The text was updated successfully, but these errors were encountered: