[CentOS] Rsync, SSH and authorized_keys problem
Filipe Brandenburger
filbranden at gmail.comTue Jun 16 21:10:44 UTC 2009
- Previous message: [CentOS] Rsync, SSH and authorized_keys problem
- Next message: [CentOS] Rsync, SSH and authorized_keys problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, On Tue, Jun 16, 2009 at 16:59, Stewart Williams<lists at pinkyboots.co.uk> wrote: > command="rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup > stewart at name.of.remote.server:/backup" ssh-dss ... key ... You actually have to include the command that rsync will call on the server side, not the command you use to call rsync on the client side... I did some tests while running "ps -ef | grep rsync" and I believe it would be something like this: command="rsync --server -vlogDtprze.is . /backup" ssh-dss ... HTH, Filipe
- Previous message: [CentOS] Rsync, SSH and authorized_keys problem
- Next message: [CentOS] Rsync, SSH and authorized_keys problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list