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