[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.4 and 1.5

version 1.4, 1999/10/02 13:10:26 version 1.5, 1999/10/07 18:58:26
Line 19 
Line 19 
 .Nd authentication key generation  .Nd authentication key generation
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-keygen  .Nm ssh-keygen
   .Op Fl q
 .Op Fl b Ar bits  .Op Fl b Ar bits
 .Op Fl N Ar new_passphrase  .Op Fl N Ar new_passphrase
 .Op Fl C Ar comment  .Op Fl C Ar comment
Line 84 
Line 85 
 creating a new private key.  The program will prompt for the file  creating a new private key.  The program will prompt for the file
 containing the private key, for the old passphrase, and twice for the  containing the private key, for the old passphrase, and twice for the
 new passphrase.  new passphrase.
   .It Fl q
   Silence
   .Nm ssh-keygen .
   Used by
   .Pa /etc/rc
   when creating a new key.
 .It Fl C Ar comment  .It Fl C Ar comment
 Provides the new comment.  Provides the new comment.
 .It Fl N Ar new_passphrase  .It Fl N Ar new_passphrase

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5