enable ssh compression

This commit is contained in:
Morgan Bauer 2016-06-02 15:21:11 -07:00
parent 24ddec1cbf
commit 90fb5398a4
No known key found for this signature in database
GPG Key ID: 23F15C502128F348
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
# exit on any error # exit on any error
set -e 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 # Use the config file specified in $KUBE_CONFIG_FILE, or default to
# config-default.sh. # config-default.sh.

View File

@ -54,7 +54,7 @@ VM_USER=kube
# will be reused, and the ssh keys will be different. This prevents us from seeing error # 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 # 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. # 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. # Optional: Enable node logging.
# Note: currently untested # Note: currently untested

View File

@ -18,7 +18,7 @@
# must implement to use cluster/kube-*.sh scripts. # must implement to use cluster/kube-*.sh scripts.
set -e set -e
SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR" SSH_OPTS="-oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR -C"
MASTER="" MASTER=""
MASTER_IP="" MASTER_IP=""

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # 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 # These need to be set
#export GOVC_URL= #export GOVC_URL=