felixkiss / ember-cli-deploy-ssh-execute

An ember-cli-deploy plugin to execute commands after successful deploy via SSH
MIT License
0 stars 2 forks source link

Can we use username/password combination? #2

Open bevinhex opened 5 years ago

bevinhex commented 5 years ago

Currently it seems passphrase is for decrypting the private key, it would be nice to be able to use password as well, so far adding 'password' entry to plugin.js didn't work for me, still trying though.

felixkiss commented 5 years ago

Should be possible if you add it to plugin.js. It basically passes all config options to https://www.npmjs.com/package/ssh2 and that package seems to support password as well.