summaryrefslogtreecommitdiff
path: root/bin/runmirrors
diff options
context:
space:
mode:
authorSimon Paillard <simon.paillard@resel.enst-bretagne.fr>2009-08-07 23:24:44 +0200
committerSimon Paillard <simon.paillard@resel.enst-bretagne.fr>2009-08-07 23:24:44 +0200
commit4f8a98b179287c8b9a78d0c978a9d6a8965a9648 (patch)
tree520e42087e5af1ea5b2cb8b07dfac01c608b1e59 /bin/runmirrors
parent9bc4a2692679e274c7be30459e1c1eb9935828b3 (diff)
runmirrors: disable StrictHostKeyChecking by default
Diffstat (limited to 'bin/runmirrors')
-rwxr-xr-xbin/runmirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runmirrors b/bin/runmirrors
index 1357f8b..ba181e5 100755
--- a/bin/runmirrors
+++ b/bin/runmirrors
@@ -54,7 +54,7 @@ MIRRORS=${MIRRORS:-"${BASEDIR}/etc/${NAME}.mirror"}
# used by log()
PROGRAM=${PROGRAM:-"${NAME}-$(hostname -s)"}
# extra ssh options we might want hostwide
-SSH_OPTS=${SSH_OPTS:-""}
+SSH_OPTS=${SSH_OPTS:-"-o StrictHostKeyChecking=no"}
# Whats our archive name? We will also tell our leafs about it
PUSHARCHIVE=${PUSHARCHIVE:-"${CONF}"}
# How long to wait for mirrors to do stage1 if we have multi-stage syncing