X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fef4049e0eb8eb8ca57aaacb7926ecd35aa31401..c9739dba40b647342cbc8b93ac0c431849454c50:/config.c diff --git a/config.c b/config.c index fd1379ab..bd07d951 100644 --- a/config.c +++ b/config.c @@ -2245,6 +2245,9 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_droplist(s, "Handles SSH-2 key re-exchange badly", 'k', 20, HELPCTX(ssh_bugs_rekey2), sshbug_handler, I(offsetof(Config,sshbug_rekey2))); + ctrl_droplist(s, "Ignores SSH-2 maximum packet size", 'x', 20, + HELPCTX(ssh_bugs_maxpkt2), + sshbug_handler, I(offsetof(Config,sshbug_maxpkt2))); } } }