X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f68353be68bbe6499b4c36efcd6c8302c26ff5cb..a1a1fae491039fc8fba576474e6bb56800f54652:/config.c diff --git a/config.c b/config.c index 71d3ac05..0a470803 100644 --- a/config.c +++ b/config.c @@ -1817,6 +1817,12 @@ void setup_config_box(struct controlbox *b, int midsession, ctrl_settitle(b, "Connection/SSH/Auth", "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), + dlg_stdcheckbox_handler, + I(offsetof(Config,ssh_no_userauth))); + s = ctrl_getset(b, "Connection/SSH/Auth", "methods", "Authentication methods"); ctrl_checkbox(s, "Attempt TIS or CryptoCard auth (SSH-1)", 'm',