lgoldstein commented on code in PR #446:
URL: https://github.com/apache/mina-sshd/pull/446#discussion_r1435251890


##########
sshd-core/src/main/java/org/apache/sshd/common/config/SshConfigFileReader.java:
##########
@@ -256,6 +257,11 @@ public static <M extends AbstractFactoryManager> M 
configureKeyExchanges(
             M manager, PropertyResolver props, boolean lenient,
             Function<? super DHFactory, ? extends KeyExchangeFactory> xformer, 
boolean ignoreUnsupported) {
         Objects.requireNonNull(props, "No properties to configure");
+        Boolean useStrictKex = 
props.getBoolean(ConfigFileReaderSupport.STRICT_KEX_CUSTOM_CONFIG_PROP);

Review Comment:
   Not only for debug - as I have said
   
   > Useful for debug but also for CLIE



-- 
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: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to