Add SSH_OPTS to config ssh and scp port

This commit is contained in:
lojies 2016-07-13 09:42:27 +08:00
parent 0efd03810c
commit b00902c9f7

View File

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