]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Servers announcing themselves as `Sun_SSH_1.0' apparently cannot
[PuTTY.git] / config.c
index a685ed2f3c3d4b58614d14ed513afce3d7d6b782..2e3822ac36fdcf419d6a34d6b6feae938c496aa0 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1839,6 +1839,9 @@ void setup_config_box(struct controlbox *b, struct sesslist *sesslist,
            ctrl_droplist(s, "Misuses the session ID in PK auth", 'n', 20,
                          HELPCTX(ssh_bugs_pksessid2),
                          sshbug_handler, I(offsetof(Config,sshbug_pksessid2)));
+           ctrl_droplist(s, "Ignores key re-exchange completely", 'k', 20,
+                         HELPCTX(ssh_bugs_rekey2),
+                         sshbug_handler, I(offsetof(Config,sshbug_rekey2)));
        }
     }
 }