lgoldstein commented on issue #90: [SSHD-894] Fix Race condition when doing async auth. URL: https://github.com/apache/mina-sshd/pull/90#issuecomment-462731388 I think I've got it - according to the [draft](https://tools.ietf.org/html/draft-miller-secsh-compression-delayed-00) >> Specifically, this means that a server selecting this method MUST >> compress the first packet after SSH_MSG_USERAUTH_SUCCESS and all >> subsequent packets. The client MUST compress all packets it sends >> after the time that it receives SSH_MSG_USERAUTH_SUCCESS. However, the code marks the session as authenticated **before** sending the `SSH_MSG_USERAUTH_SUCCESS` which means that `SSH_MSG_USERAUTH_SUCCESS` is sent compressed when the peer is not expecting it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
