aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-04-17 19:38:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-04-17 19:38:22 -0300
commit0615865bbcecb99bdd05fcaccfac341659e886e8 (patch)
tree043272f780a58139158e17206e4cec24f7bda4b4
parentc6418f2f6e90ea5ae4c3ce8348538e76f9f74390 (diff)
downloadbackupninja-bug/4379.tar.gz
backupninja-bug/4379.tar.bz2
Use ssh config option (#4379)bug/4379
-rw-r--r--handlers/rsync.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/rsync.in b/handlers/rsync.in
index b2c4b59..047e7a8 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -258,7 +258,7 @@ function eval_config {
nice=""
fi
- ssh_cmd_base="ssh -T -o PasswordAuthentication=no -p $port -i $id_file"
+ ssh_cmd_base="$ssh -T -o PasswordAuthentication=no -p $port -i $id_file"
ssh_cmd="$ssh_cmd_base $user@$host"
if [ "$from" == "remote" ] || [ "$dest" == "remote" ]; then