mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00: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:
parent
d663356634
commit
56b16bdc76
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));
|
||||
|
@ -3664,8 +3664,8 @@ connection would deadlock. We don't know of any servers that do this,
|
||||
but if there is one, then this flag will make PuTTY unable to speak to
|
||||
them at all.
|
||||
|
||||
\S{config-ssh-bug-rsa-sha2-cert-userauth} \q{Rejects
|
||||
\cw{rsa-sha2-*-cert*@openssh.com} in userauth}
|
||||
\S{config-ssh-bug-rsa-sha2-cert-userauth} \q{Old RSA/SHA2 cert
|
||||
algorithm naming}
|
||||
|
||||
If PuTTY is trying to do SSH-2 user authentication using an RSA key,
|
||||
and the server is using one of the newer SHA-2 based versions of the
|
||||
|
Loading…
Reference in New Issue
Block a user