Re: configure --with-rsh=ssh

2001-07-02 Thread Martin Pool
On 25 Jun 2001, Dave Dykstra <[EMAIL PROTECTED]> wrote: > > Perhaps we need some kind of a config file setup like ssh uses? It > > would be possible to specify a different shell/blocking combination as > > the default, perhaps even based on hostname matching (again, like ssh > > supports), and t

Re: configure --with-rsh=ssh

2001-06-25 Thread Wayne Davison
On Mon, 25 Jun 2001, Dave Dykstra wrote: > On Fri, Jun 22, 2001 at 05:26:52PM -0700, Wayne Davison wrote: > > I think a better method would be for rsync to have a default blocking > > setting for the default remote shell (perhaps configurable along with > > what the remote shell is), and then let

Re: configure --with-rsh=ssh

2001-06-25 Thread Peter Lister
If I may delurk... As a relatively new rsync user, who performs a large amount of sysadmin via ssh/scp, (and where I make DAMN SURE that rsh won't work), can I please vote for creating ssync with ssh as the default (in addition to this being a config option to vanilla rsync - though I'm quite ha

Re: configure --with-rsh=ssh

2001-06-25 Thread Dave Dykstra
On Fri, Jun 22, 2001 at 05:26:52PM -0700, Wayne Davison wrote: > On Fri, 22 Jun 2001, Dave Dykstra wrote: > > > The default value of the non-blocking IO is not > > > affected by this change -- instead rsync only sets non-blocking IO by > > > default if the RSYNC_RSH value is "rsh" or (if remsh is

Re: configure --with-rsh=ssh

2001-06-22 Thread Wayne Davison
On Fri, 22 Jun 2001, Dave Dykstra wrote: > > The default value of the non-blocking IO is not > > affected by this change -- instead rsync only sets non-blocking IO by > > default if the RSYNC_RSH value is "rsh" or (if remsh is around) "remsh". > > This is a very tricky thing to do right, and proba

Re: configure --with-rsh=ssh

2001-06-22 Thread Dave Dykstra
On Fri, Jun 22, 2001 at 11:02:53AM -0700, Wayne Davison wrote: > Here's a patch that adds the --with-rsh option to configure. It allows > the default remote shell to be set to ssh, or any other value that the > configurator desires. A similar change was proposed a few months ago and rejected.

configure --with-rsh=ssh

2001-06-22 Thread Wayne Davison
Here's a patch that adds the --with-rsh option to configure. It allows the default remote shell to be set to ssh, or any other value that the configurator desires. The default value of the non-blocking IO is not affected by this change -- instead rsync only sets non-blocking IO by default if the