From 56b16bdc76591bf883eb66424a43a228977616c9 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 5 May 2023 23:19:22 +0100 Subject: [PATCH] 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. --- config.c | 3 +-- doc/config.but | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.c b/config.c index 04c807a1..e0c11916 100644 --- a/config.c +++ b/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)); diff --git a/doc/config.but b/doc/config.but index 65d3e85f..488c157e 100644 --- a/doc/config.but +++ b/doc/config.but @@ -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