-
Notifications
You must be signed in to change notification settings - Fork 305
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
ControlMaster is not supported on Windows - find a workaround or document it #96
Comments
Hi, And any other option for sharing SSH connections? |
Not that I'm aware of. |
While I think that ssh for Windows should be able to support I suppose I could add a |
Hi @davidwin , I don't like to idea of leave the support of
Please don't get me wrong. I love WSL, but I use other Windows versions without WSL. |
Well, it's a workaround. I think the possibility of specifying the ssh path (including any extra arguments) is generally useful though, whether it's used to get |
I agree, yes it is! 😉 |
How can I tell vscode to use my My organisation uses 2fac for SSH login so I can't use this extension on my Windows laptop |
It should work with 2fa as long as you set |
Is there any other way to solve the issue of connecting to systems that dynamically assign machines per connection? I cannot use I'm connecting to a compute cluster which dynamically assigns logins to different nodes. |
You can hardcode an IP address of a specific machine that you want, that's the only other workaround I can think of unfortunately. |
Was remoting into a high-performance research cluster experiencing the same problem as @MattWThomas. Hardcoding one of the login node IPs worked for me! |
OK, thanks a lot!
Sincerely,
Andy
…On Thu, 4 Jul 2019 at 03:26, Josh Gray ***@***.***> wrote:
Was remoting into a high-performance research cluster experiencing the
same problem as @MattWThomas <https://github.com/MattWThomas>. Hardcoding
one of the login node IPs worked for me!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#96?email_source=notifications&email_token=ACKD4BVQTGKTRR2LFO5BUA3P5T4MXA5CNFSM4HKXBJP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZFOOWI#issuecomment-508225369>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACKD4BR5KVJMLBZMIWYWN3DP5T4MXANCNFSM4HKXBJPQ>
.
|
Investigated this during July. We could run a server on the client to manage a connection to the host which will be shared by all windows. That way, opening a new window on the same host will not require any password entry. |
the limitation is purely software, right? How about using the ssh2 npm package as a secondary connection option? I know you switched to the real client because of some missing authentication features, but apparently the missing features go both ways… |
ssh2 doesn't solve this problem, we would still require a password entry per window. Reopening this because I'm still actively working on it, and it's on the iteration plan. |
I am calling this "experimental" but now you can try it by setting |
https://code.visualstudio.com/docs/remote/troubleshooting#_enabling-alternate-ssh-authentication-methods
This feature is not supported on Windows. I don't think there's really a way around it, so we should indicate this in the docs.
The text was updated successfully, but these errors were encountered: