Re: starting daemon from ssh

2005-04-28 Thread Jon Drukman
Jon Drukman wrote: This may seem odd, but I'm trying to start rsync in daemon mode from an ssh connection... ie, something like this: ssh host1 /usr/bin/rsync --daemon --port= --config=/path/to/config.txt the reason why is i need to start it on 40 machines and manually logging into each one

starting daemon from ssh

2005-04-28 Thread Jon Drukman
This may seem odd, but I'm trying to start rsync in daemon mode from an ssh connection... ie, something like this: ssh host1 /usr/bin/rsync --daemon --port= --config=/path/to/config.txt the reason why is i need to start it on 40 machines and manually logging into each one is a pain. even wi