mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Add SSH_OPTS to config ssh and scp port
This commit is contained in:
parent
0efd03810c
commit
b00902c9f7
@ -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