israelroldan / grunt-ssh

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

Support for ssh proxy host connection #112

Open francm opened 9 years ago

francm commented 9 years ago

Possibility to realize connection with the use of an additional server, as when using a shell ProxyCommand

Host target
        ProxyCommand ssh -q user@proxyTarget nc -q0 target 22

or with "Connection - Local proxy" settings in Windows Putty