[Bug 3180] ssh-add -d cannot take key from stdin

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jun 26 13:52:48 AEST 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3180

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
           Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
             Status|NEW                         |ASSIGNED
   Attachment #3416|                            |ok?(dtucker at dtucker.net)
              Flags|                            |

--- Comment #2 from Damien Miller <djm at mindrot.org> ---
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 'cert-v01 at openssh.com' | 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.


More information about the openssh-bugs mailing list