diff options
author | djm@openbsd.org <djm@openbsd.org> | 2019-01-22 11:40:42 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-22 22:42:02 +1100 |
commit | ecd2f33cb772db4fa76776543599f1c1ab6f9fa0 (patch) | |
tree | 56e09f98bbcbfa8f7d816f67ea277bef2a473a23 /ssh-keygen.1 | |
parent | ff5d2cf4ca373bb4002eef395ed2cbe2ff0826c1 (diff) |
upstream: Include -m in the synopsis for a few more commands that
support it
Be more explicit in the description of -m about where it may be used
Prompted by Jakub Jelen in bz2904
OpenBSD-Commit-ID: 3b398ac5e05d8a6356710d0ff114536c9d71046c
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index d538816d9..474f4294a 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.154 2019/01/22 11:19:42 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.155 2019/01/22 11:40:42 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -50,11 +50,13 @@ | |||
50 | .Op Fl N Ar new_passphrase | 50 | .Op Fl N Ar new_passphrase |
51 | .Op Fl C Ar comment | 51 | .Op Fl C Ar comment |
52 | .Op Fl f Ar output_keyfile | 52 | .Op Fl f Ar output_keyfile |
53 | .Op Fl m Ar format | ||
53 | .Nm ssh-keygen | 54 | .Nm ssh-keygen |
54 | .Fl p | 55 | .Fl p |
55 | .Op Fl P Ar old_passphrase | 56 | .Op Fl P Ar old_passphrase |
56 | .Op Fl N Ar new_passphrase | 57 | .Op Fl N Ar new_passphrase |
57 | .Op Fl f Ar keyfile | 58 | .Op Fl f Ar keyfile |
59 | .Op Fl m Ar format | ||
58 | .Nm ssh-keygen | 60 | .Nm ssh-keygen |
59 | .Fl i | 61 | .Fl i |
60 | .Op Fl m Ar key_format | 62 | .Op Fl m Ar key_format |
@@ -404,11 +406,15 @@ fingerprint. | |||
404 | Specify the amount of memory to use (in megabytes) when generating | 406 | Specify the amount of memory to use (in megabytes) when generating |
405 | candidate moduli for DH-GEX. | 407 | candidate moduli for DH-GEX. |
406 | .It Fl m Ar key_format | 408 | .It Fl m Ar key_format |
407 | Specify a key format for the | 409 | Specify a key format for key generation, the |
408 | .Fl i | 410 | .Fl i |
409 | (import) or | 411 | (import), |
410 | .Fl e | 412 | .Fl e |
411 | (export) conversion options. | 413 | (export) conversion options, and the |
414 | .Fl p | ||
415 | change passphrase operation. | ||
416 | The latter may be used to convert between OpenSSH private key and PEM | ||
417 | private key formats. | ||
412 | The supported key formats are: | 418 | The supported key formats are: |
413 | .Dq RFC4716 | 419 | .Dq RFC4716 |
414 | (RFC 4716/SSH2 public or private key), | 420 | (RFC 4716/SSH2 public or private key), |