Bugzilla – Attachment 2798 Details for
Bug 2550
ssh can't use an in-memory-only certificate that doesn't also have another in-memory private key
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
don't disregard already-certified keys
bz2550.diff (text/plain), 447 bytes, created by
Damien Miller
on 2016-03-12 14:34:57 AEDT
(
hide
)
Description:
don't disregard already-certified keys
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2016-03-12 14:34:57 AEDT
Size:
447 bytes
patch
obsolete
>diff --git a/sshconnect2.c b/sshconnect2.c >index f79c96b..6c07635 100644 >--- a/sshconnect2.c >+++ b/sshconnect2.c >@@ -1101,7 +1101,7 @@ sign_and_send_pubkey(Authctxt *authctxt, Identity *id) > matched = 0; > TAILQ_FOREACH(private_id, &authctxt->keys, next) { > if (sshkey_equal_public(id->key, private_id->key) && >- id->key->type != private_id->key->type) { >+ id != private_id) { > id = private_id; > matched = 1; > 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
Actions:
View
|
Diff
Attachments on
bug 2550
:
2798
|
2799