Re: Rsync over ssh and forced commands

2005-02-24 Thread Wayne Davison
On Thu, Feb 24, 2005 at 03:18:13PM +0100, Mario Domg?rgen wrote: > On the client to commando should be checked so i added a > command="/usr/local/bin/check_command.sh" to my authorized_keys > for the tomte public key. Check to see what the /usr/local/bin/check_command.sh command is outputting, as

Rsync over ssh and forced commands

2005-02-24 Thread Mario Domgörgen
Hello list! I want to use rsync over ssh to copy files from a server to all my clients. Basically the following commando should be used: rsync -re "ssh -i .ssh/tomte" /var/local/tomte-bin/ merkur:/ On the client to commando should be checked so i added a command="/usr/local/bin/check_command.sh"