dasuchin / grunt-ssh-deploy

Grunt SSH Deployment
MIT License
66 stars 45 forks source link

Added support to specify the timeout for the ssh handshake #54

Closed creydr closed 8 years ago

creydr commented 8 years ago

According to #31, I added the option readyTimeout to specify the timeout to wait for the SSH handshake to complete. This option will be passed through scp to the ssh2 module (https://www.npmjs.com/package/ssh2#client-methods).