-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 multi-hop ssh #290
Comments
You can add multiple workspace folders, i.e. one for each SSH config, allowing you to access the files (and spawn terminals) on both servers. You can access the file systems and terminals of multiple configs at the same time. The settings UI, that allows you to edit configs, also allows you to specify a proxy to use. One of the proxy types supported is SSH hopping (#7, although the GUI can now also configure it) which will spawn a SSH session for the hop, then create a tunnel through it to your target server. Your connection will look like If your hop is also configured to use a hop, you can do e.g. |
Hey, sorry to comment on this issue but I wasn't sure it warranted a new one as it's highly related. That's awesome to hear that ssh hopping is supported, though, for future readers, would you consider updating the readme with the example settings blob in #7 ? That made it really clear to me how it functions and may be useful to others looking to configure ssh hops too! Great tool btw. |
The README already mentions the |
That's indeed an unfinished feature in the UI. But yes, typing the name of another config (exact name, and not label) will still work. |
I need to be able to ssh into a remote machine, then hop via ssh to another machine's file system on the local vlan. This gets me close, so I can at least edit the first remote machine in vscode, but it would be great to be able ditch vi in the cli entirely if I could multi-hop ssh from the vscode gui.
The text was updated successfully, but these errors were encountered: