-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add OpenSSH to installed package #18
Comments
Similar to #14 At first, I designed these series of images according to the best practice of Docker: If you run SSHD in your Docker containers, you're doing it wrong! So I didn't try to touch any SSH stuff unless absolutely necessary. So, I prefer installing such stuff at derived images or by another script (maybe |
Sorry if I wasn't clear. I'm not talking about the ssh daemon, but the ssh client libraries. This allows Ansible to use OpenSSH libraries over paramiko:
|
Now openssh-client/clients and sshpass are installed on all images, excluding the images with |
This would allow reusable connections (
-c ssh
).Might also need the sshpass package until this pull request is accepted.
The text was updated successfully, but these errors were encountered: