mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
enable ssh compression
This commit is contained in:
parent
24ddec1cbf
commit
90fb5398a4
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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=""
|
||||||
|
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user