[Bug 2046] ssh-add -d does not drop certificate
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Nov 9 10:49:41 EST 2012
https://bugzilla.mindrot.org/show_bug.cgi?id=2046
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
Attachment #2193| |ok?(dtucker at zip.com.au)
Flags| |
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Created attachment 2193
--> https://bugzilla.mindrot.org/attachment.cgi?id=2193&action=edit
Make ssh-add -d remove certificate too
Right.
It is possible to remove a cert by explicitly listing its *-cert.pub
file, but this isn't symmetric with ssh-add's behaviour and is
therefore not what users would reasonably expect.
This patch makes ssh-add -d remove both the plain key and the
corresponding certificate. It also makes -d respect the recently-added
-k option to allow selectively removing just the key.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list