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

Diff for /src/usr.bin/ssh/readconf.h between version 1.33 and 1.34

version 1.33, 2001/06/26 06:32:58 version 1.34, 2001/06/26 16:15:24
Line 41 
Line 41 
         int     hostbased_authentication;       /* ssh2's rhosts_rsa */          int     hostbased_authentication;       /* ssh2's rhosts_rsa */
         int     challenge_response_authentication;          int     challenge_response_authentication;
                                         /* Try S/Key or TIS, authentication. */                                          /* Try S/Key or TIS, authentication. */
 #ifdef KRB4  #if defined(KRB4) || defined(KRB5)
         int     kerberos_authentication;        /* Try Kerberos          int     kerberos_authentication;        /* Try Kerberos authentication. */
                                                  * authentication. */  
 #endif  #endif
   #if defined(AFS) || defined(KRB5)
           int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */
   #endif
 #ifdef AFS  #ifdef AFS
         int     kerberos_tgt_passing;   /* Try Kerberos tgt passing. */  
         int     afs_token_passing;      /* Try AFS token passing. */          int     afs_token_passing;      /* Try AFS token passing. */
 #endif  #endif
         int     password_authentication;        /* Try password          int     password_authentication;        /* Try password

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34