mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #28872 from lojies/sshoptadd
Automatic merge from submit-queue Add SSH_OPTS to config ssh and scp port Add SSH_OPTS support.This can change ssh and scp default port. fixes #17934
This commit is contained in:
commit
783aa1a28b
@ -117,3 +117,5 @@ ALLOW_PRIVILEGED=${ALLOW_PRIVILEGED:-"false"}
|
|||||||
|
|
||||||
DEBUG=${DEBUG:-"false"}
|
DEBUG=${DEBUG:-"false"}
|
||||||
|
|
||||||
|
# Add SSH_OPTS: Add this to config ssh port
|
||||||
|
SSH_OPTS="-oPort=22 -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oLogLevel=ERROR"
|
||||||
|
Loading…
Reference in New Issue
Block a user