X Tutup
Skip to content

Commit b62afc8

Browse files
committed
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>
1 parent 9718d6c commit b62afc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libmachine/ssh/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const (
6565
var (
6666
baseSSHArgs = []string{
6767
"-F", "/dev/null",
68-
"-o", "BatchMode=yes",
6968
"-o", "PasswordAuthentication=no",
7069
"-o", "StrictHostKeyChecking=no",
7170
"-o", "UserKnownHostsFile=/dev/null",

0 commit comments

Comments
 (0)
X Tutup