-
Notifications
You must be signed in to change notification settings - Fork 12
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
ssh alias not readable? #133
Comments
ssh aliases aren't supported yet, as discussed in #63 and #58. I believe this will become available after chipsenkbeil/distant#193. |
I have to ssh via a gateway. Is there a way in distant to stack ssh commands? ie to the gateway and then the remote server? |
What I'd try to do is use ssh TCP forwarding to expose a port on my local machine that goes to a port on the final machine that is the ssh server, such as |
Hi chipsenkbeil
The DistantLaunch can't work properly withDistantLaunch jump-s1 with |
When calling my ssh aliases from my config using the following command:
distant launch remoteName
I'm getting the following error returned to me:
I've also tried using the command:
:DistantLaunch remoteName mode=ssh
Within neovim but that is less useful and only returns a "Exited unexpectedly: exit code 1"
Any help on how to proceed from here would be fantastic. If you require any further info please let me know and I'll post it here too
Thanks!
The text was updated successfully, but these errors were encountered: