From: intrigeri Date: Tue, 26 Apr 2011 10:31:58 +0000 (+0200) Subject: Add sshoptions to rdiff example config file. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ee587946a67c6b52f5a8ce6ceb565d57e593e0d6;p=backupninja.git Add sshoptions to rdiff example config file. --- diff --git a/examples/example.rdiff b/examples/example.rdiff index 5adecd8..e8ce542 100644 --- a/examples/example.rdiff +++ b/examples/example.rdiff @@ -161,4 +161,9 @@ exclude = /var/cache/backupninja/duplicity ## Default: # user = - +## passed directly to ssh +## an example setting would be: +## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity +## +## Default: +# sshoptions =