| commit | 8533c7801d598fa048a7a0ef33d4404ae5d67b3e | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Mon Dec 08 09:54:40 2008 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Mon Dec 08 09:54:40 2008 +1100 |
| tree | e0cacd638e880f1cdc2216b5b443d4f113ea571c | |
| parent | 7df2e400745219a87f9a9e445a9b89661d6fec42 [diff] |
- markus@cvs.openbsd.org 2008/12/02 19:01:07
[clientloop.c]
we have to use the recipient's channel number (RFC 4254) for
SSH2_MSG_CHANNEL_SUCCESS/SSH2_MSG_CHANNEL_FAILURE messages,
otherwise we trigger 'Non-public channel' error messages on sshd
systems with clientkeepalive enabled; noticed by sturm; ok djm;