diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 942d8bc..c4aa73a 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -57,6 +57,7 @@ if [ -n "$GITIT_REMOTE_REPOSITORY" ]; then cat > /root/.ssh/config <<-MARK Host $GITIT_REMOTE_DOMAIN IdentityFile /data/ssh/mirror_rsa + StrictHostKeyChecking no MARK chmod 600 /root/.ssh/config chmod 700 /root/.ssh