CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/12/02 12:01:07
Modified files:
usr.bin/ssh : clientloop.c
Log message:
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;
