1
0
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:
Jacob Nevins
2023-05-05 23:19:22 +01:00
parent d663356634
commit 56b16bdc76
2 changed files with 3 additions and 4 deletions

View File

@ -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));