]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - config.c
Stop supporting fallback between SSH versions.
[PuTTY.git] / config.c
index b32cfae5b3566e3df38e7ccf57920d857c2241cc..328f39e8a8450dbfbc3ef69ff589a448ab1fea47 100644 (file)
--- a/config.c
+++ b/config.c
@@ -2248,14 +2248,12 @@ void setup_config_box(struct controlbox *b, int midsession,
        if (!midsession) {
            s = ctrl_getset(b, "Connection/SSH", "protocol", "Protocol options");
 
-           ctrl_radiobuttons(s, "Preferred SSH protocol version:", NO_SHORTCUT, 4,
+           ctrl_radiobuttons(s, "SSH protocol version:", NO_SHORTCUT, 2,
                              HELPCTX(ssh_protocol),
                              conf_radiobutton_handler,
                              I(CONF_sshprot),
-                             "1 only", 'l', I(0),
-                             "1", '1', I(1),
-                             "2", '2', I(2),
-                             "2 only", 'y', I(3), NULL);
+                             "2", '2', I(3),
+                             "1 (INSECURE)", '1', I(0), NULL);
        }
 
        /*