X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;fp=config.c;h=349fafb0f88aaf10881cb87d62761b2b0484b5cb;hb=62a1bce7cb3ecb98feb57c7f1fd5d55845ce1533;hp=0d292b8af4ff64c6606de8639b768b869fba9858;hpb=63dddfc00f4ca44f8cc0a372b419e0ff45008ea2;p=PuTTY.git diff --git a/config.c b/config.c index 0d292b8a..349fafb0 100644 --- 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));