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

Document ControlMaster options for SSH #3938

Open
chrmarti opened this issue Nov 3, 2020 · 2 comments
Open

Document ControlMaster options for SSH #3938

chrmarti opened this issue Nov 3, 2020 · 2 comments
Assignees
Labels
containers Issue in vscode-remote containers doc

Comments

@chrmarti
Copy link
Contributor

chrmarti commented Nov 3, 2020

From #3891.

Adding the following to the ~/.ssh/config (shown for the fictional foo.com host) can be used to speed up connecting to a container using a ssh:// URL:

Host foo.com
  ControlMaster auto
  ControlPath ~/.ssh/sockets/%r@%h-%p
  ControlPersist 600
@PavelSosin-320

This comment has been minimized.

@chrmarti
Copy link
Contributor Author

chrmarti commented Jan 8, 2021

This might not (yet?) be supported on Windows. One possible workaround could be to use WSL (and its SSH install) in this case.

@bhack bhack mentioned this issue Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers Issue in vscode-remote containers doc
Projects
None yet
Development

No branches or pull requests

3 participants