From 61bdf8fc016b8bc17dfc7211ced792123979e6ce Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 17 Mar 2020 12:30:23 +0100 Subject: [PATCH] Revert "TT#76661 ssh_wrapper: explicitly disable ControlMaster when SSH-ing" This reverts commit 81fc3d243327d26e97ea635f5e9cd7d03f2777e2. This doesn't fix our issue, so revert this unncessary change which might actually slow down SSH connections. Change-Id: Ib6b2fdb81ce471d457788239468fb53ab75fbe1e --- ec2-create-ce | 2 -- 1 file changed, 2 deletions(-) diff --git a/ec2-create-ce b/ec2-create-ce index 5603220..3ba0d38 100755 --- a/ec2-create-ce +++ b/ec2-create-ce @@ -63,8 +63,6 @@ ssh_wrapper() { # shellcheck disable=SC2029 ssh -o "ServerAliveInterval 10" \ -o "ConnectTimeout 15" \ - -o "ControlMaster=no" \ - -o "ControlPath=none" \ -o "StrictHostKeyChecking=no" \ -o "UserKnownHostsFile=/dev/null" \ -i "${KEY_FILE}" \