=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.1,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/ssh/ssh-keygen.1 2000/05/03 02:52:49 1.16 +++ src/usr.bin/ssh/ssh-keygen.1 2000/05/03 08:37:27 1.17 @@ -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 @@ 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