lgoldstein commented on a change in pull request #119: Add support for openssh 
host key certificates
URL: https://github.com/apache/mina-sshd/pull/119#discussion_r409643495
 
 

 ##########
 File path: 
sshd-common/src/main/java/org/apache/sshd/common/keyprovider/KeyPairProvider.java
 ##########
 @@ -122,7 +132,7 @@ default KeyPair loadKey(SessionContext session, String 
type)
     /**
      * @param session The {@link SessionContext} for invoking this load 
command - may
      * be {@code null} if not invoked within a session context (e.g., offline 
tool).
-     * @return The available {@link Iterable} key types in preferred order - 
never {@code null}
 
 Review comment:
   Please note that **order** is assumed here so to remove this documentation 
and/or behavior is a major change - especially for KEX.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to