From c42b80ccb0af4280c267c77b6644ab0d1428aa20 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 2 Sep 2016 13:37:01 +0200 Subject: [PATCH] Trying to disable SSH known hosts for Travis tests --- dev/tests/conf-travis/pull.conf | 2 +- dev/tests/conf-travis/push.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tests/conf-travis/pull.conf b/dev/tests/conf-travis/pull.conf index 2e27d03..f15d86c 100644 --- a/dev/tests/conf-travis/pull.conf +++ b/dev/tests/conf-travis/pull.conf @@ -65,7 +65,7 @@ SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local" SSH_COMPRESSION=yes ## Ignore ssh known hosts verification. DANGER WILL ROBINSON DANGER: This can lead to security risks. Only enable if you know what you're doing. -SSH_IGNORE_KNOWN_HOSTS=no +SSH_IGNORE_KNOWN_HOSTS=yes ## Remote rsync executable path. Leave this empty in most cases RSYNC_REMOTE_PATH="" diff --git a/dev/tests/conf-travis/push.conf b/dev/tests/conf-travis/push.conf index 3c3a628..d64940f 100644 --- a/dev/tests/conf-travis/push.conf +++ b/dev/tests/conf-travis/push.conf @@ -65,7 +65,7 @@ SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local" SSH_COMPRESSION=yes ## Ignore ssh known hosts verification. DANGER WILL ROBINSON DANGER: This can lead to security risks. Only enable if you know what you're doing. -SSH_IGNORE_KNOWN_HOSTS=no +SSH_IGNORE_KNOWN_HOSTS=yes ## Remote rsync executable path. Leave this empty in most cases RSYNC_REMOTE_PATH=""