diff options
author | intrigeri <intrigeri@boum.org> | 2011-01-27 19:02:05 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-01-27 19:02:28 +0100 |
commit | a036144de87424ad0cab8fa8491db44af40c0e16 (patch) | |
tree | 3ca400fe0598ceeeebfbb5e9f18ab48293973e00 /examples/example.dup | |
parent | 8190b0dbc7581590a23d302ba06966aa17d9ba63 (diff) | |
download | backupninja-a036144de87424ad0cab8fa8491db44af40c0e16.tar.gz backupninja-a036144de87424ad0cab8fa8491db44af40c0e16.tar.bz2 |
Documentation: recommend using 4096 bits RSA keys everywhere.
Diffstat (limited to 'examples/example.dup')
-rw-r--r-- | examples/example.dup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.dup b/examples/example.dup index 0ed5b2a..3eb4529 100644 --- a/examples/example.dup +++ b/examples/example.dup @@ -203,7 +203,7 @@ exclude = /var/cache/backupninja/duplicity ## warning: sftp does not support all scp options, especially -i; as ## a workaround, you can use "-o <SSHOPTION>" ## an example setting would be: -## sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity +## sshoptions = -o IdentityFile=/root/.ssh/id_rsa_duplicity ## ## Default: # sshoptions = |