[Bug 3090] ssh-keygen -e prints request for input message to stdout

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Jan 25 17:17:42 AEDT 2020


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
         Resolution|---                         |WORKSFORME
             Status|NEW                         |RESOLVED

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
You can avoid the prompt by passing the key that you want to export on
the commandline using the "-f pathname" flag, e.g.

ssh-keygen -ef ~/.ssh/key_rsa_alt > key_rsa_alt.pub

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list