israelroldan / grunt-ssh

SSH, SFTP tasks for Grunt.
https://npmjs.org/package/grunt-ssh
MIT License
246 stars 70 forks source link

ppk files #78

Open numediaweb opened 10 years ago

numediaweb commented 10 years ago

This is rather a question than an issue; it possible to use PuTTY User-Key File (ssh-rsa)? If so, then please any code samples? Thanks :+1:

mscdex commented 9 years ago

ssh2, the library that grunt-ssh uses, does not support PuTTY keys yet. I am already in the process of adding support for them.