summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-03 08:37:28 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-03 08:37:28 +0000
commite3fe3bee7a70221f6467817d157466c9902b3cad (patch)
tree8468764b4f831ba556763f4c817cf370467be325
parent8bb8fd5d9d39be1c8cb077441e7a512617cf44f3 (diff)
document -y, update -X,-x
-rw-r--r--usr.bin/ssh/ssh-keygen.114
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index 28273e3161b..2f138b382d2 100644
--- a/usr.bin/ssh/ssh-keygen.1
+++ b/usr.bin/ssh/ssh-keygen.1
@@ -9,7 +9,7 @@
.\"
.\" Created: Sat Apr 22 23:55:14 1995 ylo
.\"
-.\" $Id: ssh-keygen.1,v 1.16 2000/05/03 02:52:49 deraadt Exp $
+.\" $Id: ssh-keygen.1,v 1.17 2000/05/03 08:37:27 markus Exp $
.\"
.Dd September 25, 1999
.Dt SSH-KEYGEN 1
@@ -36,6 +36,9 @@
.Fl X
.Op Fl f Ar keyfile
.Nm ssh-keygen
+.Fl y
+.Op Fl f Ar keyfile
+.Nm ssh-keygen
.Fl c
.Op Fl P Ar passphrase
.Op Fl C Ar comment
@@ -138,11 +141,14 @@ If RSA support is functional, immediately exits with code 0. If RSA
support is not functional, exits with code 1. This flag will be
removed once the RSA patent expires.
.It Fl x
-This option will read a
-OpenSSH DSA format file and prints to stdout a SSH2-compatible key.
+This option will read a private
+OpenSSH DSA format file and prints to stdout a SSH2-compatible public key.
.It Fl X
This option will read a
-SSH2-compatible key file and print to stdout an OpenSSH DSA compatible key.
+SSH2-compatible public key file and print to stdout an OpenSSH DSA compatible public key.
+.It Fl y
+This option will read a private
+OpenSSH DSA format file and prints to stdout an OpenSSH DSA public key.
.El
.Sh FILES
.Bl -tag -width Ds