Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.13.0
-
None
Description
The code in ServerSession#sendKexInit assumes that the provided key types from the KeyPairProvided#getKeyTypes are the ones to use during the negotiation with the client. However, if there is no intersection between the 2, there is no detection or logging of the problem (even though the connection fails).