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


##########
sshd-common/src/main/java/org/apache/sshd/common/config/ConfigFileReaderSupport.java:
##########
@@ -89,6 +89,8 @@ public final class ConfigFileReaderSupport {
     public static final String MACS_CONFIG_PROP = "MACs";
     // see 
http://manpages.ubuntu.com/manpages/precise/en/man5/sshd_config.5.html
     public static final String KEX_ALGORITHMS_CONFIG_PROP = "KexAlgorithms";
+    // see https://github.com/openssh/openssh-portable/blob/master/PROTOCOL - 
section 1.9
+    public static final String STRICT_KEX_CUSTOM_CONFIG_PROP = "UseStrictKex";

Review Comment:
   I would use true/support and require and false with supported (which means 
offered and accepted) as the default - once it has stabilized.



-- 
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