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

Diff for /src/usr.bin/ssh/readconf.c between version 1.230 and 1.231

version 1.230, 2015/01/30 11:43:14 version 1.231, 2015/02/02 07:41:40
Line 1841 
Line 1841 
         if (options->fingerprint_hash == -1)          if (options->fingerprint_hash == -1)
                 options->fingerprint_hash = SSH_FP_HASH_DEFAULT;                  options->fingerprint_hash = SSH_FP_HASH_DEFAULT;
         if (options->update_hostkeys == -1)          if (options->update_hostkeys == -1)
                 options->update_hostkeys = 1;                  options->update_hostkeys = 0;
         if (options->hostbased_key_types == NULL)          if (options->hostbased_key_types == NULL)
                 options->hostbased_key_types = xstrdup("*");                  options->hostbased_key_types = xstrdup("*");
   

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231