Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-24 Thread Chris Roehrig via Cygwin
On 2023-06-24 00:12, Kevin Schnitzius wrote: On Friday, June 23, 2023 at 10:00:02 PM EDT, Chris Roehrig via Cygwin wrote: Thanks.  There must be some issue with my setup.   Very odd that 'pv' works, but 'cat' does not.  ldd shows they use identical libs.   I guess I&

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-24 Thread Chris Roehrig via Cygwin
On 2023-06-23 22:35, Brian Inglis wrote: On 2023-06-23 20:19, Dan Harkless via Cygwin wrote: Before you resort to trawling through source, did you try a fresh Cygwin install (either to a different directory, or after temporarily moving your current tree)? Sometimes, e.g. if you use the same

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Chris Roehrig via Cygwin
On 2023-06-23 18:26, Dan Harkless via Cygwin wrote: On 6/23/2023 5:19 PM, Chris Roehrig via Cygwin wrote: No worries; I imagine most people don't run sshd on cygwin. Hmm, I'd generally think the opposite, at least for users coming from more UNIXey / Linuxey backgrounds. It l

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Chris Roehrig via Cygwin
win. sha1sum says it arrived correctly. Windows Firewall is running. -Original Message- From: Chris Roehrig Sent: 23 June 2023 13:42 To: cygwin@cygwin.com Subject: Re: scp and ssh 'cat' stalls at 64k bytes On 2023-06-23 08:28, Brian Inglis wrote: On 2023-06-23 00:26, Chris

Re: scp and ssh 'cat' stalls at 64k bytes

2023-06-23 Thread Chris Roehrig via Cygwin
On 2023-06-23 08:28, Brian Inglis wrote: On 2023-06-23 00:26, Chris Roehrig via Cygwin wrote: I've upgraded cygwin recently (from a much older version) and am encountering a new problem on all my Win10/WIn11 machines. With openssh and pv installed on cygwin (3.4.7-1): dd if=/dev/zero

scp and ssh 'cat' stalls at 64k bytes

2023-06-22 Thread Chris Roehrig via Cygwin
I've upgraded cygwin recently (from a much older version) and am encountering a new problem on all my Win10/WIn11 machines. With openssh and pv installed on cygwin (3.4.7-1): dd if=/dev/zero bs=1 count=65536 | ssh localhost 'cat > /dev/null'    # works dd if=/dev/zero bs=1 count=65537 | ssh lo