apocas / docker-modem

Docker Remote API network stack driver.
Apache License 2.0
234 stars 112 forks source link

Support SSH password authentication #117

Closed feross closed 4 years ago

feross commented 4 years ago

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 :)

apocas commented 4 years ago

👍 Will ping when published :)

feross commented 4 years ago

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

apocas commented 4 years ago

Published in v2.1.2