X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=config.c;h=c48493befc8ba42b7291c3746e2a9e3e9046b32f;hb=98e5eeedd1456656f73894c26a359bb6355c1b4e;hp=53ad2f910e24a340a2e325a814a0296938be39c7;hpb=e74f19cb6f19c8613d521d809e0879f7df35ad8c;p=PuTTY.git diff --git a/config.c b/config.c index 53ad2f91..c48493be 100644 --- a/config.c +++ b/config.c @@ -2321,14 +2321,14 @@ void setup_config_box(struct controlbox *b, int midsession, "Options controlling SSH authentication"); s = ctrl_getset(b, "Connection/SSH/Auth", "main", NULL); - ctrl_checkbox(s, "Bypass authentication entirely (SSH-2 only)", 'b', - HELPCTX(ssh_auth_bypass), - conf_checkbox_handler, - I(CONF_ssh_no_userauth)); ctrl_checkbox(s, "Display pre-authentication banner (SSH-2 only)", 'd', HELPCTX(ssh_auth_banner), conf_checkbox_handler, I(CONF_ssh_show_banner)); + ctrl_checkbox(s, "Bypass authentication entirely (SSH-2 only)", 'b', + HELPCTX(ssh_auth_bypass), + conf_checkbox_handler, + I(CONF_ssh_no_userauth)); s = ctrl_getset(b, "Connection/SSH/Auth", "methods", "Authentication methods");