X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/681beafc906c71e3d8fa523fc9e6b0fd9be3ed7a..adb6167a29d4056ecf93843d46f87e4160298b0e:/config.c diff --git a/config.c b/config.c index 8b14c073..d492579c 100644 --- a/config.c +++ b/config.c @@ -2088,6 +2088,10 @@ void setup_config_box(struct controlbox *b, int midsession, HELPCTX(ssh_auth_bypass), dlg_stdcheckbox_handler, I(offsetof(Config,ssh_no_userauth))); + ctrl_checkbox(s, "Display pre-authentication banner (SSH-2 only)", + 'd', HELPCTX(ssh_auth_banner), + dlg_stdcheckbox_handler, + I(offsetof(Config,ssh_show_banner))); s = ctrl_getset(b, "Connection/SSH/Auth", "methods", "Authentication methods");