[Bug 1818] SSH2_MSG_CHANNEL_FAILURE on closed channel

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Sep 14 04:10:08 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1818

--- Comment #2 from Simon Tatham <anakin at pobox.com> 2010-09-14 04:10:07 EST ---
Sorry about that; my packet log was apparently too big for Bugzilla to
accept. I've attached a redacted version, produced using the Perl
one-liner

perl -ne 'if (/^\S/) { splice @lines, 2, $#lines-3, "  ...\n" if
$#lines >= 5; print @lines; @lines = (); print; } else { push @lines,
$_; }'

and hopefully that still shows the sequence of events (from PuTTY's
viewpoint) and all important numbers and details without the huge
wodges of irrelevant channel data.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list