[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.48 and 1.49

version 1.48, 2003/05/14 18:16:20 version 1.49, 2003/05/15 01:48:10
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. */
 #if defined(KRB4) || defined(KRB5)  
         int     kerberos_authentication;        /* Try Kerberos authentication. */          int     kerberos_authentication;        /* Try Kerberos authentication. */
 #endif  
 #if defined(AFS) || defined(KRB5)  
         int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */          int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */
 #endif  
 #ifdef AFS  
         int     afs_token_passing;      /* Try AFS token passing. */          int     afs_token_passing;      /* Try AFS token passing. */
 #endif  
         int     password_authentication;        /* Try password          int     password_authentication;        /* Try password
                                                  * authentication. */                                                   * authentication. */
         int     kbd_interactive_authentication; /* Try keyboard-interactive auth. */          int     kbd_interactive_authentication; /* Try keyboard-interactive auth. */

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49