Bugzilla – Attachment 3526 Details for
Bug 3254
Issue on sshd finds correct private key for a certificate when using ssh-agent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check certificate against host public keys
bz3254.diff (text/plain), 402 bytes, created by
Damien Miller
on 2021-06-04 13:26:09 AEST
(
hide
)
Description:
check certificate against host public keys
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2021-06-04 13:26:09 AEST
Size:
402 bytes
patch
obsolete
>diff --git a/sshd.c b/sshd.c >index 448d844..da32c24 100644 >--- a/sshd.c >+++ b/sshd.c >@@ -1792,7 +1792,7 @@ main(int ac, char **av) > /* Find matching private key */ > for (j = 0; j < options.num_host_key_files; j++) { > if (sshkey_equal_public(key, >- sensitive_data.host_keys[j])) { >+ sensitive_data.host_pubkeys[j])) { > sensitive_data.host_certificates[j] = key; > break; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3254
: 3526