grunt-sftp-deploy
grunt-sftp-deploy copied to clipboard
Timeout
connection gets timeout during the handshake, is there any parameters to increase the timeout period ?
Error: Timed out while waiting for handshake Fatal error: Connection :: error
the same on osx 10.10
An hacky fix : tasks/sftp-deploy.js, add in the connection object a static line (line 257): readyTimeout: 60000 or less if you need. Default is 20 000 in ssh2.
Do we have any solution for this? I am facing the exact problem.
I'll merge a PR if y'all wanna send one!