From b3275eb7b15788049576e2ab96e1e82cce398240 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Tue, 23 Jul 2013 12:01:02 +0200
Subject: [PATCH] Clarify that duplicity/paramiko doesn't support spaces
 between -o and IdentityFile anymore.

---
 examples/example.dup   | 6 ++++--
 handlers/dup.helper.in | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/examples/example.dup b/examples/example.dup
index 55ac565c..ff8b70de 100644
--- a/examples/example.dup
+++ b/examples/example.dup
@@ -226,8 +226,10 @@ exclude = /var/cache/backupninja/duplicity
 ## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity
 ##
 ## duplicity >= 0.6.17
-## ------------------
-## supports only "-o IdentityFile=..."
+## -------------------
+## supports only "-oIdentityFile=..." since duplicity >=0.6.17 uses paramiko,
+## a ssh python module.
+## warning: requires no space beetween "-o" and "IdentityFile=...".
 ##
 ## Default:
 # sshoptions = 
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in
index ea794c99..dc21bfca 100644
--- a/handlers/dup.helper.in
+++ b/handlers/dup.helper.in
@@ -482,8 +482,10 @@ bandwidthlimit = $dup_bandwidth
 ## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity
 ##
 ## duplicity >= 0.6.17
-## ------------------
-## supports only "-o IdentityFile=..."
+## -------------------
+## supports only "-oIdentityFile=..." since duplicity >=0.6.17 uses paramiko,
+## a ssh python module.
+## warning: requires no space beetween "-o" and "IdentityFile=...".
 ##
 ## Default:
 # sshoptions = 
-- 
GitLab