I am studying Automated rdiff-backup guide -
http://www.howtoforge.com/linux_rdiff_backup -.
I made a dsa key at 192.168.0.2 and copied to 192.168.0.10, and connected without pass-phrase.
A box: 192.168.0.2
ssh port: 8022
.ssh/config:
Quote:
host A-box
hostname A-box
port 8022
user root
identityfile ~/.ssh/bboxbackup
compression yes
protocol 2
|
B box: 192.168.0.10
ssh port: 9998
After connection with key authentication without pass-phrase, I could no make rdiff-backup command.
At Automated rdiff-backup guide, I could not find how to change ssh's port to 8022
Code:
command="rdiff-backup --server --restrict-read-only /",from="A-box",no-port-forwarding,no-X11-forwarding,no-pty
Any comment would be appreciated.