From 32f94d3b2eb21d4008b068390a1339ad48266d80 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 18 Aug 2011 03:45:38 +0200 Subject: Stop using hyphen as minus sign in manpages. Detected by Lintian's hyphen-used-as-minus-sign check. --- man/backupninja.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/backupninja.1') diff --git a/man/backupninja.1 b/man/backupninja.1 index 4363222..b1d2875 100644 --- a/man/backupninja.1 +++ b/man/backupninja.1 @@ -104,9 +104,9 @@ Then, vital parts of the file system, including /var/backups, are nightly pushed .TP In order for this to work (ie for diff-backup to run unattended), you must create ssh keys on the source server and copy the public key to the remote user's authorized keys file. For example: .br -root@srchost# ssh-keygen -t rsa -b 4096 +root@srchost# ssh-keygen \-t rsa \-b 4096 .br -root@srchost# ssh-copy-id -i /root/.ssh/id_dsa.pub backup@desthost +root@srchost# ssh-copy-id \-i /root/.ssh/id_dsa.pub backup@desthost .TP Now, you should be able to ssh from user 'root' on srchost to user 'backup' on desthost without specifying a password. When prompted for a password by ssh-keygen, just leave it blank by hitting return. The "wizard" \fBninjahelper(1)\fP will walk you through these steps. -- cgit v1.2.3