Trying to disable SSH known hosts for Travis tests

This commit is contained in:
deajan 2016-09-02 13:37:01 +02:00
parent a14431c828
commit c42b80ccb0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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