[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.13 and 1.14

version 1.13, 2000/04/12 21:47:51 version 1.14, 2000/04/26 21:55:04
Line 37 
Line 37 
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl l  .Fl l
 .Op Fl f Ar keyfile  .Op Fl f Ar keyfile
   .Nm ssh-keygen
   .Fl R
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 generates and manages authentication keys for  generates and manages authentication keys for
Line 112 
Line 114 
 Provides the new passphrase.  Provides the new passphrase.
 .It Fl P Ar passphrase  .It Fl P Ar passphrase
 Provides the (old) passphrase.  Provides the (old) passphrase.
   .It Fl R
   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.
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14