From 151cfb8d39128e390479096a2ded54df2985896a Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 23 Jul 2019 10:38:52 +0200 Subject: [PATCH] Updated RSA key file --- dev/tests/conf/remote.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=""