Closed feross closed 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.
docker-modem
dockerode
All that's needed to support it is to pass opts.password through to the underlying ssh library :)
opts.password
ssh
👍 Will ping when published :)
@apocas Thanks -- please let me know when published :)
Published in v2.1.2
SSH password authentication is quite common and with a strong password can be quite secure. Let's support it in
docker-modem
anddockerode
.All that's needed to support it is to pass
opts.password
through to the underlyingssh
library :)