You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this module via grunt-scp, to try to transfer files to an AWS Ubuntu server. I have a *.pem file containing my private key (downloaded from AWS), should I be able to use this to connect? In my gruntfile I have something like this:
When I try to execute my task it prompts me for a password, I just hit enter at this point, and then it tells me, "error Authentication failure. Available authentication methods: publickey". Am I doing something wrong here, or misunderstanding?
The text was updated successfully, but these errors were encountered:
Closing this for now. If you find that grunt-scp isn't passing on the required options supported by this module, you may want to file an issue at their repo. This module does support private keys of various types as well as encrypted keys (provided you also set the passphrase option as well). However, you may want to use an ssh agent to make things easier, especially if you have encrypted keys.
I'm using this module via grunt-scp, to try to transfer files to an AWS Ubuntu server. I have a *.pem file containing my private key (downloaded from AWS), should I be able to use this to connect? In my gruntfile I have something like this:
When I try to execute my task it prompts me for a password, I just hit enter at this point, and then it tells me, "error Authentication failure. Available authentication methods: publickey". Am I doing something wrong here, or misunderstanding?
The text was updated successfully, but these errors were encountered: