We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
~/.ssh/config
foo.com
ssh://
Host foo.com ControlMaster auto ControlPath ~/.ssh/sockets/%r@%h-%p ControlPersist 600
The text was updated successfully, but these errors were encountered:
This might not (yet?) be supported on Windows. One possible workaround could be to use WSL (and its SSH install) in this case.
Sorry, something went wrong.
Chuxel
No branches or pull requests
From #3891.
Adding the following to the
~/.ssh/config
(shown for the fictionalfoo.com
host) can be used to speed up connecting to a container using assh://
URL:The text was updated successfully, but these errors were encountered: