diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-03 02:52:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-03 02:52:50 +0000 |
commit | 54c62e50302b400aaca60e225536674d8f677751 (patch) | |
tree | cb29309c6cc2ae39622fd71af992c86a2bd7df70 /usr.bin | |
parent | 009416f9b50b0e290cd6c6568e0473cbb9e8d1e8 (diff) |
document -X and -x
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 8a40dee9b62..28273e3161b 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.15 2000/05/02 23:33:46 deraadt Exp $ +.\" $Id: ssh-keygen.1,v 1.16 2000/05/03 02:52:49 deraadt Exp $ .\" .Dd September 25, 1999 .Dt SSH-KEYGEN 1 @@ -30,6 +30,12 @@ .Op Fl N Ar new_passphrase .Op Fl f Ar keyfile .Nm ssh-keygen +.Fl x +.Op Fl f Ar keyfile +.Nm ssh-keygen +.Fl X +.Op Fl f Ar keyfile +.Nm ssh-keygen .Fl c .Op Fl P Ar passphrase .Op Fl C Ar comment @@ -131,6 +137,12 @@ Provides the (old) passphrase. 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. +.It Fl X +This option will read a +SSH2-compatible key file and print to stdout an OpenSSH DSA compatible key. .El .Sh FILES .Bl -tag -width Ds |