mirror of https://github.com/docker/docs.git
Disable user-defined ssh_config configurations
Using the user-defined ssh_config configurations bring more problems instead of enchancements. Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
This commit is contained in:
parent
f2acfa9492
commit
d14cfaacfc
|
@ -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