[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.210 and 1.211

version 1.210, 2020/10/26 00:39:04 version 1.211, 2020/11/17 11:23:58
Line 274 
Line 274 
 to generate new host keys.  to generate new host keys.
 .It Fl a Ar rounds  .It Fl a Ar rounds
 When saving a private key, this option specifies the number of KDF  When saving a private key, this option specifies the number of KDF
 (key derivation function) rounds used.  (key derivation function, currently
   .Xr bcrypt_pbkdf 3 )
   rounds used.
 Higher numbers result in slower passphrase verification and increased  Higher numbers result in slower passphrase verification and increased
 resistance to brute-force password cracking (should the keys be stolen).  resistance to brute-force password cracking (should the keys be stolen).
 The default is 16 rounds.  The default is 16 rounds.

Legend:
Removed from v.1.210  
changed lines
  Added in v.1.211