Skip to content

Commit d14cfaa

Browse files
committed
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>
1 parent f2acfa9 commit d14cfaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libmachine/ssh/client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const (
6363

6464
var (
6565
baseSSHArgs = []string{
66+
"-F", "/dev/null",
6667
"-o", "BatchMode=yes",
6768
"-o", "PasswordAuthentication=no",
6869
"-o", "StrictHostKeyChecking=no",

0 commit comments

Comments
 (0)