Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/buildscripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshared/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/functions.sh b/shared/functions.sh
index 5e04ebe..6a62a23 100755
--- a/shared/functions.sh
+++ b/shared/functions.sh
@@ -13,7 +13,7 @@ N="
"
call_rsync() {
- LC_ALL=C rsync ${IDENT+-e "ssh -i $IDENT"} "$@"
+ LC_ALL=C rsync ${IDENT+-e "ssh -o IdentitiesOnly=yes -o IdentityFile=$IDENT"} "$@"
}
mirror_rsync() {