-
Notifications
You must be signed in to change notification settings - Fork 306
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
Test auto platform detection for Remote-SSH #2196
Comments
@roblourens The Windows test box does not have a SSH server running at the moment. Also: On my current Windows install, the ssh CLI does not pick up my .ssh/config anymore. Any idea why that would be? |
Not sure what went wrong, but the ssh config is being picked up again. The Windows box looks like it is being worked on to get sshd running. I'll defer testing until this is done. |
Oh crap, sorry, I had taken it down to debug something. I just started it up again. Also, I had to start it on a non-standard port, because I think the connection I'm on right now is blocking port 22. Added that to the issue, make sure you copy that config line. |
The first time I tried to connect to the Windows box, it timed out. I hit retry without copying any details from the output channel, and it's now connecting to both machines perfectly. So I think this was just a transient problem, but thought I'd mention it anyway. |
I tested with the VM created by @roblourens and they worked just fine. However when I try to connect to my own Windows box, it always timeouts. I can ssh to it so not sure why it can't finish launching the server. |
@rebornix please file an issue with the log |
@roblourens thanks, here it is #2262 |
@roblourens Should we mention this setting in docs and the README to avoid confusion? |
Refs: #25
Complexity: 3
Test machines available:
https://github.com/microsoft/vscode-internalbacklog/issues/700
"remote.SSH.useLocalServer": true
remote.SSH.windowsRemotes
, get rid of itThe text was updated successfully, but these errors were encountered: