diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 05:10:52 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 05:10:52 +0000 |
commit | b7c9232da18f3b5a0e2db38bb662828a85567f56 (patch) | |
tree | e5d431527d7da2eb4b6b374dc5bdf7a96389bc2c /ssh-keygen.1 | |
parent | 33a3cc30ebdf8287ceb16f04194f02dacc30d89c (diff) |
- deraadt@cvs.openbsd.org 2001/02/22 06:43:55
[ssh-keygen.1 ssh-keygen.c]
document -d, and -t defaults to rsa1
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 6661bfb1..516e05ed 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.30 2001/02/08 19:22:38 itojun Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.31 2001/02/22 06:43:55 deraadt Exp $ .\" .\" -*- nroff -*- .\" @@ -165,7 +165,12 @@ or .Dq dsa for protocol version 2. The default is -.Dq rsa . +.Dq rsa1 . +.It Fl d +Specifies +.Dq dsa +key type (shortcut for +.Fl t Ar dsa) .It Fl C Ar comment Provides the new comment. .It Fl N Ar new_passphrase |