diff --git a/dev/tests/conf/remote.conf b/dev/tests/conf/remote.conf index 256cc5d..8f297d4 100644 --- a/dev/tests/conf/remote.conf +++ b/dev/tests/conf/remote.conf @@ -19,7 +19,7 @@ INITIATOR_SYNC_DIR="${HOME}/osync-tests/initiator" TARGET_SYNC_DIR="ssh://root@localhost:44999/${HOME}/osync-tests/target" ## If the target system is remote, you can specify a RSA key (please use full path). If not defined, the default ~/.ssh/id_rsa will be used. See documentation for further information. -SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local" +SSH_RSA_PRIVATE_KEY="${HOME}/.ssh/id_rsa_local_osync_tests" ## Alternatively, you may specify an SSH password file (less secure). Needs sshpass utility installed. SSH_PASSWORD_FILE=""