We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scp: { options: { host: 'host', port: 22, username: 'root', privateKey: grunt.file.read('/Users/nblasgen/.ssh/id_dsa') }, ... }
If I run the task without a passphrase, I get:
Fatal error: Encrypted private key detected, but no passphrase given
If I change the passphrase to null, same error. If I change it to "" (empty string) I get:
Fatal error: Unable to parse private key while generating public key (expected sequence)
Any ideas? I've googled quite a bit.
The text was updated successfully, but these errors were encountered:
looks to be similar to #12 ... I'll have a look at this, I've wanted this feature to be working for a while myself
Sorry, something went wrong.
No branches or pull requests
If I run the task without a passphrase, I get:
If I change the passphrase to null, same error. If I change it to "" (empty string) I get:
Any ideas? I've googled quite a bit.
The text was updated successfully, but these errors were encountered: