diff options
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 980fdf9f0..e4b5e9d69 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.174 2019/11/14 21:27:30 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.175 2019/11/18 04:50:45 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 |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: November 14 2019 $ | 38 | .Dd $Mdocdate: November 18 2019 $ |
39 | .Dt SSH-KEYGEN 1 | 39 | .Dt SSH-KEYGEN 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -48,7 +48,7 @@ | |||
48 | .Op Fl C Ar comment | 48 | .Op Fl C Ar comment |
49 | .Op Fl f Ar output_keyfile | 49 | .Op Fl f Ar output_keyfile |
50 | .Op Fl m Ar format | 50 | .Op Fl m Ar format |
51 | .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | rsa | 51 | .Op Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa |
52 | .Op Fl N Ar new_passphrase | 52 | .Op Fl N Ar new_passphrase |
53 | .Op Fl w Ar provider | 53 | .Op Fl w Ar provider |
54 | .Op Fl x Ar flags | 54 | .Op Fl x Ar flags |
@@ -251,7 +251,7 @@ should be placed to be activated. | |||
251 | The options are as follows: | 251 | The options are as follows: |
252 | .Bl -tag -width Ds | 252 | .Bl -tag -width Ds |
253 | .It Fl A | 253 | .It Fl A |
254 | For each of the key types (rsa, dsa, ecdsa, ecdsa-sk and ed25519) | 254 | For each of the key types (rsa, dsa, ecdsa and ed25519) |
255 | for which host keys | 255 | for which host keys |
256 | do not exist, generate the host keys with the default key file path, | 256 | do not exist, generate the host keys with the default key file path, |
257 | an empty passphrase, default bits for the key type, and default comment. | 257 | an empty passphrase, default bits for the key type, and default comment. |
@@ -586,13 +586,14 @@ section for details. | |||
586 | Test DH group exchange candidate primes (generated using the | 586 | Test DH group exchange candidate primes (generated using the |
587 | .Fl G | 587 | .Fl G |
588 | option) for safety. | 588 | option) for safety. |
589 | .It Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | rsa | 589 | .It Fl t Cm dsa | ecdsa | ecdsa-sk | ed25519 | ed25519-sk | rsa |
590 | Specifies the type of key to create. | 590 | Specifies the type of key to create. |
591 | The possible values are | 591 | The possible values are |
592 | .Dq dsa , | 592 | .Dq dsa , |
593 | .Dq ecdsa , | 593 | .Dq ecdsa , |
594 | .Dq ecdsa-sk , | 594 | .Dq ecdsa-sk , |
595 | .Dq ed25519 , | 595 | .Dq ed25519 , |
596 | .Dq ed25519-sk , | ||
596 | or | 597 | or |
597 | .Dq rsa . | 598 | .Dq rsa . |
598 | .Pp | 599 | .Pp |