[BACK]Return to ssh-keygen.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-keygen.c between version 1.126 and 1.127

version 1.126, 2005/05/26 09:08:12 version 1.127, 2005/06/08 03:50:00
Line 36 
Line 36 
 #include "dns.h"  #include "dns.h"
   
 /* Number of bits in the RSA/DSA key.  This value can be changed on the command line. */  /* Number of bits in the RSA/DSA key.  This value can be changed on the command line. */
 u_int32_t bits = 1024;  u_int32_t bits = 2048;
   
 /*  /*
  * Flag indicating that we just want to change the passphrase.  This can be   * Flag indicating that we just want to change the passphrase.  This can be

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127