From 6bc07684e9083de97ef49ec381fbcc3aece93bdb Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Thu, 2 Sep 2010 20:39:07 -0300
Subject: [PATCH] Removing unneeded hostname and user from ssh_cmd_base

---
 handlers/rsync.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/handlers/rsync.in b/handlers/rsync.in
index 61a9838d..8fb1430b 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -284,7 +284,7 @@ function eval_config {
     nice=""
   fi
 
-  ssh_cmd_base="ssh -T -o PasswordAuthentication=no -o Hostname=$host -p $port -l $user -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
-- 
GitLab