mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-15 01:57:40 -05:00
Add an option to disable SSH-2 banners.
[originally from svn r9055]
This commit is contained in:
4
config.c
4
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");
|
||||
|
Reference in New Issue
Block a user