enable ssh compression

This commit is contained in:
Morgan Bauer
2016-06-02 15:21:11 -07:00
parent 24ddec1cbf
commit 90fb5398a4
4 changed files with 4 additions and 4 deletions

View File

@@ -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.