On Wed, Nov 25, 2009 at 10:39:16PM -0500, hanpedro wrote:
> 
> Please let me know how to use ssh's port 9999 with Automated rdiff-backup - 
> http://www.howtoforge.com/linux_rdiff_backup -.
> 
> My backup plan is here.
> 
> A box:  192.168.0.2
>          ssh port: 9999
>          .ssh/config: 
> 
> 
> >                     host  A-box
> >                     hostname A-box
> >                     port 9999
> >                     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 have a 
> serious problem.
> At  Automated rdiff-backup guide - 
> http://www.howtoforge.com/linux_rdiff_backup -, I could not find how to 
> change ssh's port.
> 
> 
> > command="rdiff-backup --server --restrict-read-only 
> > /",from="A-box",no-port-forwarding,no-X11-forwarding,no-pty
> 
> 
> Any help on this problem would be appreciated

need to change your remote schema to use ssh -p 999


Attachment: signature.asc
Description: Digital signature

_______________________________________________
rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users
Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Reply via email to