mirror of https://github.com/docker/docs.git
Merge pull request #3290 from mmalchuk/master
Disable user-defined ssh_config configurations
This commit is contained in:
commit
22a1044075
|
|
@ -63,6 +63,7 @@ const (
|
|||
|
||||
var (
|
||||
baseSSHArgs = []string{
|
||||
"-F", "/dev/null",
|
||||
"-o", "BatchMode=yes",
|
||||
"-o", "PasswordAuthentication=no",
|
||||
"-o", "StrictHostKeyChecking=no",
|
||||
|
|
|
|||
Loading…
Reference in New Issue