Re: Advice needed: Scheduled rsync via SSH with ssh-agent...

2004-03-10 Thread Brian Dessent
Don Littlefield II wrote: > Basically, on a scheduled basis, I need to rsync some > files between hostA to hostB. Use public key authentication with ssh and run it from a cronjob. No need for any password hacks. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: Advice needed: Scheduled rsync via SSH with ssh-agent...

2004-03-10 Thread Mark Blackburn
You should be able to use rsync -e ssh and call it from system agent Don Littlefield II wrote: Hi there folks, I need some advice on how to do what I initially thought would be a simply thing. Basically, on a scheduled basis, I need to rsync some files between hostA to hostB. I have to make use

Advice needed: Scheduled rsync via SSH with ssh-agent...

2004-03-10 Thread Don Littlefield II
Hi there folks, I need some advice on how to do what I initially thought would be a simply thing. Basically, on a scheduled basis, I need to rsync some files between hostA to hostB. I have to make use of SSH for the connection which is where my troubles are coming in. As this process needs to b