Skip to content

Commit

Permalink
Disable ControlPath on SSH connections
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Trudel <mtrudel@wizcorp.jp>

Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
stelcheck authored and dgageot committed Dec 24, 2015
1 parent b935949 commit 26c68b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmachine/ssh/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
"-o", "ConnectionAttempts=3", // retry 3 times if SSH connection fails
"-o", "ConnectTimeout=10", // timeout after 10 seconds
"-o", "ControlMaster=no", // disable ssh multiplexing
"-o", "ControlPath=no",
"-o", "ControlPath=none",
}
defaultClientType = External
)
Expand Down

0 comments on commit 26c68b5

Please sign in to comment.