[Bug 962] Data loss in interactive session on slow terminal
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Sat Dec 11 18:37:13 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=962
------- Additional Comments From dtucker at zip.com.au 2004-12-11 18:37 -------
This is unlikely to be an issue with OpenSSH, it it far more likely to be a
problem with either the serial port setup (eg flow control) or some kind of bug
in Linux's tty layer. I suspect you have compression on, and with compression
ssh can deliver the data faster than either the terminal or tty layer can handle it.
If you redirect the cat to a file, eg:
ssh remoteserver cat /path/to/file > localfile
is the file complete?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list