Bugzilla – Attachment 2799 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]
attempt 2: try cert if no separate key matches
bz2550.diff (text/plain), 545 bytes, created by
Damien Miller
on 2016-03-13 05:51:27 AEDT
(
hide
)
Description:
attempt 2: try cert if no separate key matches
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2016-03-13 05:51:27 AEDT
Size:
545 bytes
patch
obsolete
>diff --git a/sshconnect2.c b/sshconnect2.c >index f79c96b..c609b53 100644 >--- a/sshconnect2.c >+++ b/sshconnect2.c >@@ -1112,12 +1112,8 @@ sign_and_send_pubkey(Authctxt *authctxt, Identity *id) > "certificate", __func__, id->filename, > id->agent_fd != -1 ? " from agent" : ""); > } else { >- /* XXX maybe verbose/error? */ >- debug("%s: no private key for certificate " >+ debug("%s: no separate private key for certificate " > "\"%s\"", __func__, id->filename); >- free(blob); >- buffer_free(&b); >- return 0; > } > } >
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