From 0615865bbcecb99bdd05fcaccfac341659e886e8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 17 Apr 2014 19:38:22 -0300 Subject: Use ssh config option (#4379) --- handlers/rsync.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3