new GulpSSH({
ignoreErrors: false,
sshConfig: {
host: config.ssh.host,
port: config.ssh.port ? config.ssh.port : 22,
username: config.ssh.username,
agent: process.env["SSH_AUTH_SOCK"],
agentForward: true
}
})