[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.132 and 1.133

version 1.132, 2016/05/03 18:38:12 version 1.133, 2016/06/16 06:10:45
Line 207 
Line 207 
 If the passphrase is lost or forgotten, a new key must be generated  If the passphrase is lost or forgotten, a new key must be generated
 and the corresponding public key copied to other machines.  and the corresponding public key copied to other machines.
 .Pp  .Pp
 For RSA1 keys,  For RSA1 keys and keys stored in the newer OpenSSH format,
 there is also a comment field in the key file that is only for  there is also a comment field in the key file that is only for
 convenience to the user to help identify the key.  convenience to the user to help identify the key.
 The comment can tell what the key is for, or whatever is useful.  The comment can tell what the key is for, or whatever is useful.
Line 264 
Line 264 
 Provides a new comment.  Provides a new comment.
 .It Fl c  .It Fl c
 Requests changing the comment in the private and public key files.  Requests changing the comment in the private and public key files.
 This operation is only supported for RSA1 keys.  This operation is only supported for RSA1 keys and keys stored in the
   newer OpenSSH format.
 The program will prompt for the file containing the private keys, for  The program will prompt for the file containing the private keys, for
 the passphrase if the key has one, and for the new comment.  the passphrase if the key has one, and for the new comment.
 .It Fl D Ar pkcs11  .It Fl D Ar pkcs11

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133