mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-17 02:57:33 -05:00
Rename the just-added bug-compatibility mode.
The configuration dialog control for the SSH bug-compatibility mode
added in d663356634
didn't quite fit on Windows.
This commit is contained in:
3
config.c
3
config.c
@ -3173,8 +3173,7 @@ void setup_config_box(struct controlbox *b, bool midsession,
|
||||
|
||||
s = ctrl_getset(b, "Connection/SSH/More bugs", "main",
|
||||
"Detection of known bugs in SSH servers");
|
||||
ctrl_droplist(s, "Rejects rsa-sha2-*-cert*@openssh.com in userauth",
|
||||
'j', 20,
|
||||
ctrl_droplist(s, "Old RSA/SHA2 cert algorithm naming", 'l', 20,
|
||||
HELPCTX(ssh_bugs_rsa_sha2_cert_userauth),
|
||||
sshbug_handler,
|
||||
I(CONF_sshbug_rsa_sha2_cert_userauth));
|
||||
|
Reference in New Issue
Block a user