israelroldan / grunt-ssh

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

Support agentForwarding when using password #108

Closed nvaken closed 9 years ago

nvaken commented 9 years ago

This adresses issue chuckmo/grunt-ssh#107 and fixes it. It's a simple fix: even when password is set, still set the agent if it's available.

chuckmo commented 9 years ago

Thanks!