https://bugzilla.mindrot.org/show_bug.cgi?id=3180
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|[email protected] |[email protected] Status|NEW |ASSIGNED Attachment #3416| |ok?([email protected]) Flags| | --- Comment #2 from Damien Miller <[email protected]> --- Created attachment 3416 --> https://bugzilla.mindrot.org/attachment.cgi?id=3416&action=edit Implement support for "ssh-add -d -" This adds support for "ssh-add -d -". It allows multiple keys to appear on stdin, one per line. This allows handy recipes like deleting all but certificates "ssh-add -L | grep -v '[email protected]' | ssh-add -d -" -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
