[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.44 and 1.45

version 1.44, 2000/08/02 16:27:16 version 1.45, 2000/08/02 17:27:04
Line 724 
Line 724 
                 options->skey_authentication = 0;                  options->skey_authentication = 0;
 #ifdef KRB4  #ifdef KRB4
         if (options->kerberos_authentication == -1)          if (options->kerberos_authentication == -1)
                 options->kerberos_authentication = 0;                  options->kerberos_authentication = 1;
 #endif /* KRB4 */  #endif /* KRB4 */
 #ifdef AFS  #ifdef AFS
         if (options->kerberos_tgt_passing == -1)          if (options->kerberos_tgt_passing == -1)

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45