From 0544ac57e29902b48979a6d081ac336ff4683022 Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Tue, 24 Mar 2026 22:10:48 +0000 Subject: [PATCH] test --- Master.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Master.conf b/Master.conf index 84e08cf..4a755c0 100644 --- a/Master.conf +++ b/Master.conf @@ -21,10 +21,7 @@ HOST1="unRAID-Gmer4Lfe" HOST2="unRAID-Jayred365" -# SSH Key Mapping -declare -A SSH_KEYS -SSH_KEYS["$HOST1|$HOST2"]="/root/.ssh/Gmer4Lfe-rsync-key" -SSH_KEYS["$HOST2|$HOST1"]="/root/.ssh/Jayred365-rsync-key" + #----------------------------------------------------------------------------------------------- #----------------- User Variables -------------------------------------------------------------- @@ -153,6 +150,10 @@ if [[ -z "$REMOTE_SERVER" ]]; then fi +# SSH Key Mapping +declare -A SSH_KEYS +SSH_KEYS["$HOST1|$HOST2"]="/root/.ssh/Gmer4Lfe-rsync-key" +SSH_KEYS["$HOST2|$HOST1"]="/root/.ssh/Jayred365-rsync-key" KEY_ID="$LOCAL_SERVER_NAME|$REMOTE_SERVER_NAME"