summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2017-05-02 17:04:09 +0000
committerDamien Miller <djm@mindrot.org>2017-05-08 09:18:05 +1000
commitf10c0d32cde2084d2a0b19bc47d80cb93e85a093 (patch)
treeca5056b4dab3e41f0cfca0055cce3de930ae7b7e /ssh-keygen.1
parent42b690b4fd0faef78c4d68225948b6e5c46c5163 (diff)
upstream commit
rsa1 is no longer valid; Upstream-ID: 9953d09ed9841c44b7dcf7019fa874783a709d89
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.113
1 files changed, 5 insertions, 8 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index ee90e7e3f..624995617 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.138 2017/05/02 09:05:58 jmc Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.139 2017/05/02 17:04:09 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
@@ -46,7 +46,7 @@
46.Nm ssh-keygen 46.Nm ssh-keygen
47.Op Fl q 47.Op Fl q
48.Op Fl b Ar bits 48.Op Fl b Ar bits
49.Op Fl t Cm dsa | ecdsa | ed25519 | rsa | rsa1 49.Op Fl t Cm dsa | ecdsa | ed25519 | rsa
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
@@ -223,7 +223,7 @@ should be placed to be activated.
223The options are as follows: 223The options are as follows:
224.Bl -tag -width Ds 224.Bl -tag -width Ds
225.It Fl A 225.It Fl A
226For each of the key types (rsa1, rsa, dsa, ecdsa and ed25519) 226For each of the key types (rsa, dsa, ecdsa and ed25519)
227for which host keys 227for which host keys
228do not exist, generate the host keys with the default key file path, 228do not exist, generate the host keys with the default key file path,
229an empty passphrase, default bits for the key type, and default comment. 229an empty passphrase, default bits for the key type, and default comment.
@@ -557,17 +557,14 @@ section for details.
557Test DH group exchange candidate primes (generated using the 557Test DH group exchange candidate primes (generated using the
558.Fl G 558.Fl G
559option) for safety. 559option) for safety.
560.It Fl t Cm dsa | ecdsa | ed25519 | rsa | rsa1 560.It Fl t Cm dsa | ecdsa | ed25519 | rsa
561Specifies the type of key to create. 561Specifies the type of key to create.
562The possible values are 562The possible values are
563.Dq rsa1
564for protocol version 1 and
565.Dq dsa , 563.Dq dsa ,
566.Dq ecdsa , 564.Dq ecdsa ,
567.Dq ed25519 , 565.Dq ed25519 ,
568or 566or
569.Dq rsa 567.Dq rsa .
570for protocol version 2.
571.It Fl u 568.It Fl u
572Update a KRL. 569Update a KRL.
573When specified with 570When specified with