mirror of https://github.com/docker/docs.git
Merge pull request #3328 from bamarni/issue-3306
SSH - don't enable BatchMode (fixes #3306)
This commit is contained in:
commit
cbb87491e1
|
|
@ -65,7 +65,6 @@ const (
|
|||
var (
|
||||
baseSSHArgs = []string{
|
||||
"-F", "/dev/null",
|
||||
"-o", "BatchMode=yes",
|
||||
"-o", "PasswordAuthentication=no",
|
||||
"-o", "StrictHostKeyChecking=no",
|
||||
"-o", "UserKnownHostsFile=/dev/null",
|
||||
|
|
|
|||
Loading…
Reference in New Issue