X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/55fb297890fbd83482db2d2516a9392befb3eb21..973612f5e86c9eaabc812a47d81c5cb14f672249:/config.c diff --git a/config.c b/config.c index 39da6c2a..c844e059 100644 --- a/config.c +++ b/config.c @@ -1841,6 +1841,10 @@ void setup_config_box(struct controlbox *b, int midsession, s = ctrl_getset(b, "Connection/SSH/Auth", "methods", "Authentication methods"); + ctrl_checkbox(s, "Attempt authentication using Pageant", 'p', + HELPCTX(ssh_auth_pageant), + dlg_stdcheckbox_handler, + I(offsetof(Config,tryagent))); ctrl_checkbox(s, "Attempt TIS or CryptoCard auth (SSH-1)", 'm', HELPCTX(ssh_auth_tis), dlg_stdcheckbox_handler,