mirror of https://github.com/docker/docs.git
SSH - don't enable BatchMode
When a passphrase protected key is not yet in ssh-agent, it gives a chance to the user to fill a prompt instead of silently failing. Signed-off-by: Bilal Amarni <bilal.amarni@gmail.com>
This commit is contained in:
parent
9718d6c266
commit
b62afc85f7
|
|
@ -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