-
Notifications
You must be signed in to change notification settings - Fork 309
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
Failed to set remote SSH tunnel #75
Comments
Is your /tmp noexec by any chance? |
@uishon you might have another password prompt waiting for you in a terminal. The terminal should have popped up by itself. But if it didn't check the terminals in the drop down of the Terminal panel. |
We are using PKI, which works direct but through the jump box, it does not. I also tried jumping through a jump box to a box that would require a password and was prompted. The error that appears is that the server isn’t x86_64 or something like that. |
If you have to use a password to log in, then you will have to set See https://code.visualstudio.com/docs/remote/troubleshooting#_enabling-alternate-ssh-authentication-methods for details Let me know whether that helps |
That helped. Thanks. I'm now connected and able to work remotely.
…On Sat, May 4, 2019 at 4:16 AM Rob Lourens ***@***.***> wrote:
If you have to use a password to log in, then you will have to set
remote.SSH.showLoginTerminal.
See
https://code.visualstudio.com/docs/remote/troubleshooting#_enabling-alternate-ssh-authentication-methods
for details
Let me know whether that helps
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACMZVKPSWTHLPGYMAQVB5F3PTTPVDANCNFSM4HKUOIZA>
.
|
@uishon How are you dealing with the constantly changing IP address of Hyper-V? Everything works on my end except every time I wake the PC from sleep/restart, they ip address of the VM in Hyper-V is different and I have to change the host in ssh config. |
I'm using a dns name. In my case it's the hyper-v Linux name with a ".
mshome.net" suffix. Works wakeup or reboot.
…On Fri, 24 May 2019, 1:38 AM Jovin Mwilanga, ***@***.***> wrote:
@uishon <https://github.com/uishon> How are you dealing with the
constantly changing IP address of Hyper-V? Everything works on my end
except every time I wake the PC from sleep/restart, they ip address of the
VM in Hyper-V is different and I have to change the host in ssh config.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75?email_source=notifications&email_token=ACMZVKJ5AHLARPUV3X2GP2LPW4MF7A5CNFSM4HKUOIZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWDVUSA#issuecomment-495409736>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACMZVKNHY2VAQXCUBTSCSVTPW4MF7ANCNFSM4HKUOIZA>
.
|
Okay thanks. I have a a linux vm called |
I figured it out. I was using the hyper-v name given to the machine instead of the hostname of the linux machine. Works now. Thanks. |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: