[BACK]Return to ssh-keygen.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keygen.1 between version 1.15 and 1.16

version 1.15, 2000/05/02 23:33:46 version 1.16, 2000/05/03 02:52:49
Line 30 
Line 30 
 .Op Fl N Ar new_passphrase  .Op Fl N Ar new_passphrase
 .Op Fl f Ar keyfile  .Op Fl f Ar keyfile
 .Nm ssh-keygen  .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  .Fl c
 .Op Fl P Ar passphrase  .Op Fl P Ar passphrase
 .Op Fl C Ar comment  .Op Fl C Ar comment
Line 131 
Line 137 
 If RSA support is functional, immediately exits with code 0.  If RSA  If RSA support is functional, immediately exits with code 0.  If RSA
 support is not functional, exits with code 1.  This flag will be  support is not functional, exits with code 1.  This flag will be
 removed once the RSA patent expires.  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  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16