Skip to content
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: SSH with socket #3273

Closed
2 tasks done
roblourens opened this issue Jun 30, 2020 · 0 comments
Closed
2 tasks done

Test: SSH with socket #3273

roblourens opened this issue Jun 30, 2020 · 0 comments

Comments

@roblourens
Copy link
Member

roblourens commented Jun 30, 2020

Refs: #3234

Complexity: 3

Create Issue


  • The OS above refers to the client version. Please one tester test with a mac server (you can test mac -> localhost) and one with a linux server. A windows server doesn't support this feature.
  • Set remote.SSH.remoteServerListenOnSocket
    • If you already had an active connection to that server before setting that setting, you must force the server to restart by running "Kill VS Code Server on Host..."
  • Connect to your server
    • Note: Depending on your setup, you may be asked for the remote platform since "local server" mode isn't supported with this setting, that's ok.
  • Check that you are properly connected, you can open terminals and files and so on
  • Check that it did use a socket when connecting - open the output channel "Remote-SSH" and look for a line that should look something like
    Spawning tunnel with: ssh -T -L 127.0.0.1:52591:<some path on the remote filesystem here>

If you file any issues, include that full log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants