Closed kevinswarner closed 8 years ago
It can't utilize the .ssh config...
var gulpSSH = new GulpSSH({
sshConfig: {
host: 'angularjs.cn',
port: 22,
username: 'root',
privateKey: require('fs').readFileSync('/Users/zensh/.ssh/id_rsa')
}
});
Is it possible to utilize the .ssh config? I don't think it is, but wanted to be sure I was not missing something. Thanks!