Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-30 Thread Dave Dykstra
On Thu, Aug 01, 2002 at 02:25:50PM -0500, Dave Dykstra wrote: ... I tried it out with an example like rsync -e ssh --rsync-path= /etc/motd localhost:: and the first thing one runs across is that the remote side tries to open /etc/motd.conf and reports an error only to the syslog.

Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-02 Thread Dave Dykstra
On Thu, Aug 01, 2002 at 04:58:31PM -0500, Dave Dykstra wrote: ... Ok, I put that in. I now tested it on Linux and unfortunately it doesn't properly look up the names unless I configure --disable-ipv6. I'm out of time for today, however, I'll try to look at it tomorrow morning (unless

Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-01 Thread Dave Dykstra
On Wed, Jul 31, 2002 at 05:54:29PM -0700, Wayne Davison wrote: On Wed, 31 Jul 2002, Dave Dykstra wrote: The patch that I'd most like to see get in JD Paul's patch for using SSH and daemon mode together. I've completed my mods to get this updated to the latest CVS version and then checked

Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-01 Thread Dave Dykstra
On Thu, Aug 01, 2002 at 02:25:50PM -0500, Dave Dykstra wrote: ... One thing that did not work for me is the hosts allow and presumably hosts deny: it says ERROR: access denied to testdir from unknown (). There was code on the server side that's reads $SSH_CLIENT for the IP address and set

Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-01 Thread Wayne Davison
On Thu, 1 Aug 2002, Dave Dykstra wrote: I think the way JD did it was the compromise we agreed on: if a userid is specified only with userid@hostname, it should be used for both purposes, but if the -e command includes -l it should override the login userid only. OK, that makes sense. I'm

Re: daemon-server via SSH (was Re: new rsync release needed soon?)

2002-08-01 Thread Dave Dykstra
On Thu, Aug 01, 2002 at 02:08:36PM -0700, Wayne Davison wrote: On Thu, 1 Aug 2002, Dave Dykstra wrote: I think the way JD did it was the compromise we agreed on: if a userid is specified only with userid@hostname, it should be used for both purposes, but if the -e command includes -l it

daemon-server via SSH (was Re: new rsync release needed soon?)

2002-07-31 Thread Wayne Davison
On Wed, 31 Jul 2002, Dave Dykstra wrote: The patch that I'd most like to see get in JD Paul's patch for using SSH and daemon mode together. I've completed my mods to get this updated to the latest CVS version and then checked it all in. Since things had changed quite a bit, I applied the