From e5dcc0b25f6b7cc7759ae244bc162bc9b9624959 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 9 Jan 2015 00:31:15 +0100 Subject: pkgupdate-build.sh: rework identity handling for rsync Signed-off-by: Jo-Philipp Wich --- shared/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3