| commit | bab9bd4c20dac1d513fbf16d1214e0c0f9a1bf3b | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Mon May 19 16:06:47 2008 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Mon May 19 16:06:47 2008 +1000 |
| tree | 536e741d3502911fa7f8a8322f15da634d6648a3 | |
| parent | d654dd27b5774575edd341827c38735ac9222174 [diff] |
- markus@cvs.openbsd.org 2008/05/09 16:21:13
[channels.h clientloop.c nchan.c serverloop.c]
unbreak
ssh -2 localhost od /bin/ls | true
ignoring SIGPIPE by adding a new channel message (EOW) that signals
the peer that we're not interested in any data it might send.
fixes bz #85; discussion, debugging and ok djm@