[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.142 and 1.143

version 1.142, 2017/06/28 01:09:22 version 1.143, 2017/07/07 03:53:12
Line 126 
Line 126 
 .Op Fl f Ar input_keyfile  .Op Fl f Ar input_keyfile
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl A  .Fl A
   .Op Fl f Ar prefix_path
 .Nm ssh-keygen  .Nm ssh-keygen
 .Fl k  .Fl k
 .Fl f Ar krl_file  .Fl f Ar krl_file
Line 224 
Line 225 
 for which host keys  for which host keys
 do not exist, generate the host keys with the default key file path,  do not exist, generate the host keys with the default key file path,
 an empty passphrase, default bits for the key type, and default comment.  an empty passphrase, default bits for the key type, and default comment.
   If a
   .Fl f
   option has been specified, then its argument is used as a prefix to the
   default path for the resulting host key files.
 This is used by  This is used by
 .Pa /etc/rc  .Pa /etc/rc
 to generate new host keys.  to generate new host keys.

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143