Merge pull request #3290 from mmalchuk/master

Disable user-defined ssh_config configurations
This commit is contained in:
Nathan LeClaire 2016-04-11 15:14:23 -07:00
commit 22a1044075
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ const (
var (
baseSSHArgs = []string{
"-F", "/dev/null",
"-o", "BatchMode=yes",
"-o", "PasswordAuthentication=no",
"-o", "StrictHostKeyChecking=no",