ssh host echo bla | echo bla
Markus Friedl
markus at openbsd.org
Wed Dec 19 03:37:33 EST 2001
On Tue, Dec 18, 2001 at 11:28:47AM -0500, Nicolas Williams wrote:
> On Tue, Dec 18, 2001 at 05:12:02PM +0100, Markus Friedl wrote:
> > On Mon, Dec 17, 2001 at 10:13:41PM +0300, Michael Tokarev wrote:
> > > Markus Friedl wrote:
> > > >
> > > > ok, consider this:
> > > >
> > > > $ ssh -1 localhost od /bsd | true
> > > > $ ssh -2 localhost od /bsd | true
> > > >
> > > > i think this is a 'bug'
> > >
> > > Definitely.
> >
> > especially since
> > $ ssh -2 host od /bsd | true
> > will take some time, but data is not sent to
> > the client.
>
> So what's the fix?
this is why i mail to the list. this list is for people who
send patches :)
even
$ ssh -n -2 host od /bsd | true
waits very long.
More information about the openssh-unix-dev
mailing list