Displaying 1 result from an estimated 1 matches for "junkfile".
Did you mean:
funkyfile
2004 Jan 15
3
[Bug 790] Connection stall when client output fails and server has a lot more to send
...FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: dillon at apollo.backplane.com
Demonstrated by: limit filesize 64k; ssh remotebox -n cat /usr/share/dict/words
| cat > junkfile. When the write fails due to the file size limit being
reached, the client side properly closes the connection output. However, the
server side continues to send data which the client now ignores. This causes
the client to stop sending window updates to the server. If the server has a
sufficien...