1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Merge SSH cert UI tweak from 'pre-0.79'.

This commit is contained in:
Jacob Nevins 2023-07-19 17:18:26 +01:00
commit 64dbda7b31
2 changed files with 5 additions and 1 deletions

View File

@ -2917,7 +2917,8 @@ void setup_config_box(struct controlbox *b, bool midsession,
FILTER_KEY_FILES, false, "Select private key file",
HELPCTX(ssh_auth_privkey),
conf_filesel_handler, I(CONF_keyfile));
ctrl_filesel(s, "Certificate to use with the private key:", 'e',
ctrl_filesel(s, "Certificate to use with the private key "
"(optional):", 'e',
NULL, false, "Select certificate file",
HELPCTX(ssh_auth_cert),
conf_filesel_handler, I(CONF_detached_cert));

View File

@ -3033,6 +3033,9 @@ PuTTY can't fall back to using this file itself.
\S{config-ssh-cert} \q{\ii{Certificate} to use with the private key}
(This is optional. If you don't know you need it, you can leave this
blank.)
In some environments, user authentication keys can be signed in turn
by a \q{certifying authority} (\q{CA} for short), and user accounts on
an SSH server can be configured to automatically trust any key that's