Bugzilla – Attachment 441 Details for
Bug 684
ssh cannot access keys stored in agent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to test that identity has been offered
priv_key_tried.patch (text/plain), 338 bytes, created by
Mike Delaney
on 2003-09-22 10:01:38 AEST
(
hide
)
Description:
patch to test that identity has been offered
Filename:
MIME Type:
Creator:
Mike Delaney
Created:
2003-09-22 10:01:38 AEST
Size:
338 bytes
patch
obsolete
>--- sshconnect2.c.orig 2003-09-21 16:33:17.529521000 -0700 >+++ sshconnect2.c 2003-09-21 16:34:31.629521000 -0700 >@@ -448,7 +448,7 @@ > xfree(fp); > > TAILQ_FOREACH(id, &authctxt->keys, next) { >- if (key_equal(key, id->key)) { >+ if ( id->tried && key_equal(key, id->key)) { > sent = sign_and_send_pubkey(authctxt, id); > 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 684
:
440
| 441