From 90fb5398a428334d10c8ab6d613203929deac4e6 Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Thu, 2 Jun 2016 15:21:11 -0700 Subject: [PATCH] enable ssh compression --- cluster/centos/util.sh | 2 +- cluster/photon-controller/config-default.sh | 2 +- cluster/ubuntu/util.sh | 2 +- cluster/vsphere/config-common.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/centos/util.sh b/cluster/centos/util.sh index 1ae9feff621..999c7b3148e 100755 --- a/cluster/centos/util.sh +++ b/cluster/centos/util.sh @@ -19,7 +19,7 @@ # exit on any error set -e -SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR" +SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR -C" # Use the config file specified in $KUBE_CONFIG_FILE, or default to # config-default.sh. diff --git a/cluster/photon-controller/config-default.sh b/cluster/photon-controller/config-default.sh index 4117eac33e8..8158fc7f463 100755 --- a/cluster/photon-controller/config-default.sh +++ b/cluster/photon-controller/config-default.sh @@ -54,7 +54,7 @@ VM_USER=kube # will be reused, and the ssh keys will be different. This prevents us from seeing error # due to this, and it will not save the SSH key to the known_hosts file, so users will # still have standard ssh security checks. -SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR" +SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR -C" # Optional: Enable node logging. # Note: currently untested diff --git a/cluster/ubuntu/util.sh b/cluster/ubuntu/util.sh index 32fa615bc3c..862ea20050a 100755 --- a/cluster/ubuntu/util.sh +++ b/cluster/ubuntu/util.sh @@ -18,7 +18,7 @@ # must implement to use cluster/kube-*.sh scripts. set -e -SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR" +SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR -C" MASTER="" MASTER_IP="" diff --git a/cluster/vsphere/config-common.sh b/cluster/vsphere/config-common.sh index 6e90885a668..f729b8cc540 100644 --- a/cluster/vsphere/config-common.sh +++ b/cluster/vsphere/config-common.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR" +SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR -C" # These need to be set #export GOVC_URL=