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 password authentication #117

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Support SSH password authentication #117

merged 1 commit into from
Apr 2, 2020

Conversation

feross
Copy link
Contributor

@feross feross commented Apr 1, 2020

SSH password authentication is quite common and with a strong password can be quite secure. Let's support it in docker-modem and dockerode.

All that's needed to support it is to pass opts.password through to the underlying ssh library :)

SSH password authentication is quite common and with a strong password can be quite secure. Let's support it in docker-modem and dockerode.
@apocas
Copy link
Owner

apocas commented Apr 2, 2020

👍
Will ping when published :)

@apocas apocas merged commit 5dfc3d1 into apocas:master Apr 2, 2020
@feross
Copy link
Contributor Author

feross commented Apr 2, 2020

@apocas Thanks -- please let me know when published :)

@apocas
Copy link
Owner

apocas commented Apr 4, 2020

Published in v2.1.2

steverice added a commit to steverice/docker-modem that referenced this pull request Apr 16, 2020
Like apocas#117, add a common SSH option supported by [ssh2](https://github.com/mscdex/ssh2#client-methods).
All we need to do is pass it in the constructor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants