tomaswolf commented on issue #891:
URL: https://github.com/apache/mina-sshd/issues/891#issuecomment-4112582674

   Here's why our tests didn't catch this: both OpenSSH and our own Apache MINA 
SSHD server code indeed ignore the body of an SSH_MSG_IGNORE packet completely. 
ProFTPD _does_ read the body.
   
   * OpenSSH: 
https://github.com/openssh/openssh-portable/blob/2ca6eef69d7dbecfd67cede25ea6a9aa1074ba3e/packet.c#L1904
   * Apache MINA SSHD: 
https://github.com/apache/mina-sshd/blob/f07a27a0ae1e43818459b017b4d6b982274c7a88/sshd-core/src/main/java/org/apache/sshd/common/session/helpers/SessionHelper.java#L394
 (would write a TRACE level log message)
   * ProFTPD: 
https://github.com/proftpd/proftpd/blob/077a126bcee81daabfca26cc0dcefbb83ee5017e/contrib/mod_sftp/packet.c#L1825


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to