[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.135 and 1.136

version 1.135, 2017/04/29 06:06:01 version 1.136, 2017/04/30 23:18:44
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 and keys stored in the newer OpenSSH format,  For 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 and keys stored in the  This operation is only supported for keys stored in the
 newer OpenSSH format.  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.
Line 384 
Line 384 
 Prints the contents of one or more certificates.  Prints the contents of one or more certificates.
 .It Fl l  .It Fl l
 Show fingerprint of specified public key file.  Show fingerprint of specified public key file.
 Private RSA1 keys are also supported.  
 For RSA and DSA keys  For RSA and DSA keys
 .Nm  .Nm
 tries to find the matching public key file and prints its fingerprint.  tries to find the matching public key file and prints its fingerprint.

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136