diff options
-rw-r--r-- | ssh-keygen.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index cfbd4cfa5..a83388a9f 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.134 2017/04/29 04:12:25 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.135 2017/04/29 06:06:01 jmc 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 |
@@ -474,23 +474,23 @@ The | |||
474 | .Ar address_list | 474 | .Ar address_list |
475 | is a comma-separated list of one or more address/netmask pairs in CIDR | 475 | is a comma-separated list of one or more address/netmask pairs in CIDR |
476 | format. | 476 | format. |
477 | .It Ic extension Ns : Ns Ar name Ns Op Ns = Ns Ar contents | 477 | .It Ic extension : Ns Ar name Ns Op Ns = Ns Ar contents |
478 | Includes an arbitrary certificate extension. | 478 | Includes an arbitrary certificate extension. |
479 | .It Ic critical Ns : Ns Ar name Ns Op Ns = Ns Ar contents | 479 | .It Ic critical : Ns Ar name Ns Op Ns = Ns Ar contents |
480 | Includes an arbitrary certificate critical option. | 480 | Includes an arbitrary certificate critical option. |
481 | .El | 481 | .El |
482 | .Pp | 482 | .Pp |
483 | At present, no standard options are valid for host keys. | 483 | At present, no standard options are valid for host keys. |
484 | .Pp | 484 | .Pp |
485 | For non-standard certificate extension or options included using | 485 | For non-standard certificate extensions or options included using |
486 | .Ic extension | 486 | .Ic extension |
487 | or | 487 | or |
488 | .Ic option , | 488 | .Ic option , |
489 | the specified | 489 | the specified |
490 | .Ar name | 490 | .Ar name |
491 | should include a domain suffix, e.g. | 491 | should include a domain suffix, e.g.\& |
492 | .Dq name@example.com . | 492 | .Dq name@example.com . |
493 | If a | 493 | If |
494 | .Ar contents | 494 | .Ar contents |
495 | is specified then it is included as the contents of the extension/option | 495 | is specified then it is included as the contents of the extension/option |
496 | encoded as a string, otherwise the extension/option is created with no | 496 | encoded as a string, otherwise the extension/option is created with no |