Bugzilla – Attachment 1652 Details for
Bug 1612
ssh-add should not discard constraints if the agent fails to implement them
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ssh-add should not retry key addition without constraints if constraints fail.
ssh-add-reject-failed-constraints.diff (text/plain), 588 bytes, created by
Daniel Kahn Gillmor
on 2009-06-21 09:41:32 AEST
(
hide
)
Description:
ssh-add should not retry key addition without constraints if constraints fail.
Filename:
MIME Type:
Creator:
Daniel Kahn Gillmor
Created:
2009-06-21 09:41:32 AEST
Size:
588 bytes
patch
obsolete
>Index: ssh-add.c >=================================================================== >RCS file: /cvs/openssh/ssh-add.c,v >retrieving revision 1.99 >diff -u -r1.99 ssh-add.c >--- ssh-add.c 28 Feb 2008 08:13:52 -0000 1.99 >+++ ssh-add.c 20 Jun 2009 23:36:50 -0000 >@@ -195,9 +195,6 @@ > if (confirm != 0) > fprintf(stderr, > "The user has to confirm each use of the key\n"); >- } else if (ssh_add_identity(ac, private, comment)) { >- fprintf(stderr, "Identity added: %s (%s)\n", filename, comment); >- ret = 0; > } else { > fprintf(stderr, "Could not add identity: %s\n", filename); > }
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 1612
:
1652
|
1674