summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:05:08 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:05:08 +1100
commita41c8b15bd2137f99e70d792ea66ee98e390726b (patch)
treeae73ee7e48b3ba43e485b7de96668c0227c5e7a5 /ssh-keygen.1
parentc68d43335f11c6d1659e39433c9c075a97d48f16 (diff)
- djm@cvs.openbsd.org 2001/12/21 08:52:22
[ssh-keygen.1 ssh-keygen.c] Remove default (rsa1) key type; ok markus@
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.111
1 files changed, 5 insertions, 6 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index d8baa43bc..afecb2f07 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.51 2001/11/21 18:49:14 stevesk Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.52 2001/12/21 08:52:22 djm Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -86,10 +86,11 @@
86generates, manages and converts authentication keys for 86generates, manages and converts authentication keys for
87.Xr ssh 1 . 87.Xr ssh 1 .
88.Nm 88.Nm
89defaults to generating a RSA1 key for use by SSH protocol version 1. 89can create RSA keys for use by SSH protocol version 1 and RSA or DSA
90Specifying the 90keys for use by SSH protocol version 2. The type of key to be generated
91is specified with the
91.Fl t 92.Fl t
92option instead creates a key for use by SSH protocol version 2. 93option.
93.Pp 94.Pp
94Normally each user wishing to use SSH 95Normally each user wishing to use SSH
95with RSA or DSA authentication runs this once to create the authentication 96with RSA or DSA authentication runs this once to create the authentication
@@ -202,8 +203,6 @@ for protocol version 1 and
202or 203or
203.Dq dsa 204.Dq dsa
204for protocol version 2. 205for protocol version 2.
205The default is
206.Dq rsa1 .
207.It Fl B 206.It Fl B
208Show the bubblebabble digest of specified private or public key file. 207Show the bubblebabble digest of specified private or public key file.
209.It Fl C Ar comment 208.It Fl C Ar comment