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

Support SSH Authentication for Docker Container Driver #1501

Open
byt3bl33d3r opened this issue Oct 9, 2020 · 1 comment
Open

Support SSH Authentication for Docker Container Driver #1501

byt3bl33d3r opened this issue Oct 9, 2020 · 1 comment
Labels

Comments

@byt3bl33d3r
Copy link

byt3bl33d3r commented Oct 9, 2020

As of docker 18.09 you can connect to a remote docker daemon over SSH without actually exposing the daemon socket and/or configuring TLS certs. (see https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-socket-option)

e.g. docker -H ssh://remoteip ps -a

It would be fantastic if support for this could be added into the Docker driver.

Cheers

@stale
Copy link

stale bot commented Jun 26, 2021

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.

@stale stale bot added the stale label Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant