-
Notifications
You must be signed in to change notification settings - Fork 65
proxyjump fails for me #21
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
Hi @PhilippKaniuth, |
Thanks for your help! Changing [Info - 08:59:26.695] Resolving ssh remote authority 'ssh-remote+compute1' (attemp #1)
[Trace - 08:59:26.705] Identity keys:
/Users/redacted/.ssh/id_rsa ssh-rsa SHA256:[some-fingerprint]
[Error - 08:59:26.712] Error resolving authority
Error: getaddrinfo ENOTFOUND compute1
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
What do you mean by that?
No. Note that I am on a company managed Macbook. In my |
yeah that's what I meant, so compute1 is an ip in the .ssh/config file itself. Are you using some kind of proxy? If you have nodejs installed, could you run |
Really sorry for not communicating clearly. Host login
HostName login.url
User redacted
IdentityFile ~/.ssh/id_rsa The Host compute1
HostName compute1
User redacted
Proxyjump redacted@login Here, the
I don't.
I don't have nodejs. Please let me know how I can be of further help to debug this! :) Thanks for your patience! |
So In the meantime you can try this workaround |
I'm afraid it is not :( From here:
How do I point vscodium to that separate ssh config file? |
You can use |
This was the same issue as this one #42 (comment) |
Apologies for not getting back to you. I am happy to confirm that this issue is resolved in the latest version, it works like a charm now! :) Thanks so much for your work!! |
Thanks for your great extension!
I have a little problem though and would need assistance to solve it. I aim to connect to a remote computing cluster for which I don't have another access method and no admin rights. To do so, you first have to connect to a login node that asks for password and TOTP and then second you have to connect from the login node to the actual computing server which asks for your password again. So normally, I'd have to execute
ssh [email protected]
, enter my password and TOTP, to then executessh compute1
and enter my password. To make this easier, in my local .ssh/config, I have:Host login HostName login.url User redacted IdentityFile ~/.ssh/id_rsa Host compute1 HostName compute1 User redacted Proxyjump redacted@login
If I do
ssh compute1
in a stand-alonezsh
this setup works: I am prompted for password, TOTP, and password again and am then connected tocompute1
.However, if I try to "connect to host in new window" using open-remote-ssh from within VSCodium and select
compute1
, I am not prompted for anything and instead get the popup:Could not establish connection to "compute1" (I cancel)
as well as
Note that "connect to host in new window" for
login
works as expected.Local OS: macOS Monterey Version 12.6 (21G115)
VSCodium: Version: 1.72.0, Release: 22279
open-remote-ssh: v0.0.16
Remote long server OS:
Operating System: SUSE Linux Enterprise Server 12 SP5
CPE OS Name: cpe:/o:suse:sles:12:sp5
Kernel: Linux 4.12.14-122.133-default
Architecture: x86-64
Remote compute1 OS:
Operating System: SUSE Linux Enterprise Server 12 SP5
CPE OS Name: cpe:/o:suse:sles:12:sp5
Kernel: Linux 4.12.14-122.130-default
Architecture: x86-64
Is there anything I am doing wrong?
The text was updated successfully, but these errors were encountered: