Re: windows-to-windows openssh buffering issue

2011-06-20 Thread DePriest, Jason R.
On Mon, Jun 20, 2011 at 8:36 AM, Larry Hall (Cygwin) <> wrote: > On 6/19/2011 4:36 AM, Nathan Ridge wrote: >> What I meant was, is it possible to write a different SSH server >> implementation >> for windows - perhaps a native one - that doesn't suffer from this >> problem? >> (And if so, do you kn

Re: windows-to-windows openssh buffering issue

2011-06-20 Thread Larry Hall (Cygwin)
On 6/19/2011 4:36 AM, Nathan Ridge wrote: On Sat, 18 Jun 2011 23:31:12, Larry Hall wrote On 6/18/2011 5:25 AM, Nathan Ridge wrote: On Fri, 17 Jun 2011 11:52:35, Larry Hall wrote: On 6/16/2011 10:20 PM, Nathan Ridge wrote: Is there some setting for OpenSSH on the server side that would al

RE: windows-to-windows openssh buffering issue

2011-06-19 Thread Nathan Ridge
On Sat, 18 Jun 2011 23:31:12, Larry Hall wrote > On 6/18/2011 5:25 AM, Nathan Ridge wrote: > >> On Fri, 17 Jun 2011 11:52:35, Larry Hall wrote: >> >>> On 6/16/2011 10:20 PM, Nathan Ridge wrote: >>> Is there some setting for OpenSSH on the server side that would allow me to run the pro

Re: windows-to-windows openssh buffering issue

2011-06-18 Thread Larry Hall (Cygwin)
On 6/18/2011 5:25 AM, Nathan Ridge wrote: On Fri, 17 Jun 2011 11:52:35, Larry Hall wrote: On 6/16/2011 10:20 PM, Nathan Ridge wrote: Is there some setting for OpenSSH on the server side that would allow me to run the program on machine B in native-windows non-pty mode so that the buffering i

RE: windows-to-windows openssh buffering issue

2011-06-18 Thread Nathan Ridge
On Fri, 17 Jun 2011 11:52:35, Larry Hall wrote: > On 6/16/2011 10:20 PM, Nathan Ridge wrote: > >> Is there some setting for OpenSSH on the server side that would allow >> me to run the program on machine B in native-windows non-pty mode >> so that the buffering is fine? If not, what else can I

Re: windows-to-windows openssh buffering issue

2011-06-17 Thread Larry Hall (Cygwin)
On 6/16/2011 10:20 PM, Nathan Ridge wrote: Is there some setting for OpenSSH on the server side that would allow me to run the program on machine B in native-windows non-pty mode so that the buffering is fine? If not, what else can I do? No. OpenSSH uses ptys - it doesn't matter what terminal

windows-to-windows openssh buffering issue

2011-06-16 Thread Nathan Ridge
Hello, I am ssh-ing from one windows machine A into another windows machine B, and I have a problem related to output buffering. I am using Cygwin's OpenSSH as both the client on A and the server on B. The problem is that the output of the program I'm running is being fully buffered, i.