]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Support RFC 4419.
[PuTTY.git] / config.c
index 0d292b8af4ff64c6606de8639b768b869fba9858..349fafb0f88aaf10881cb87d62761b2b0484b5cb 100644 (file)
--- a/config.c
+++ b/config.c
@@ -2604,6 +2604,9 @@ void setup_config_box(struct controlbox *b, int midsession,
            ctrl_droplist(s, "Ignores SSH-2 maximum packet size", 'x', 20,
                          HELPCTX(ssh_bugs_maxpkt2),
                          sshbug_handler, I(CONF_sshbug_maxpkt2));
+           ctrl_droplist(s, "Only supports pre-RFC4419 SSH-2 DH GEX", 'd', 20,
+                         HELPCTX(ssh_bugs_oldgex2),
+                         sshbug_handler, I(CONF_sshbug_oldgex2));
            ctrl_droplist(s, "Replies to requests on closed channels", 'q', 20,
                          HELPCTX(ssh_bugs_chanreq),
                          sshbug_handler, I(CONF_sshbug_chanreq));