[Bug 2904] New: ssh-keygen -m is accepted also for key generation

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Thu Sep 13 22:02:39 AEST 2018


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

            Bug ID: 2904
           Summary: ssh-keygen -m is accepted also for key generation
           Product: Portable OpenSSH
           Version: 7.7p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Documentation
          Assignee: unassigned-bugs at mindrot.org
          Reporter: jjelen at redhat.com

Then -m switch was used only for the key import and export, but for
some time, it can be also used for key generation. This is important
mostly after the key format change to OpenSSH when one needs a
interoperability with tools not supporting this format.

 * Add the -m to the first synopsis line:

    ssh-keygen [-q] [-m key_format] [-b bits] [-t dsa | ecdsa | ed25519
| rsa] [-N new_passphrase] [-C comment] [-f output_keyfile]

 * Change the description of the -m option to

    Specify a key format for the -i (import), -e (export) conversion
options or -m (key generation) option.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list