[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.28 and 1.29

version 1.28, 2001/03/10 17:51:04 version 1.29, 2001/04/12 19:15:25
Line 38 
Line 38 
                                                  * authentication. */                                                   * authentication. */
         int     rsa_authentication;     /* Try RSA authentication. */          int     rsa_authentication;     /* Try RSA authentication. */
         int     pubkey_authentication;  /* Try ssh2 pubkey authentication. */          int     pubkey_authentication;  /* Try ssh2 pubkey authentication. */
           int     hostbased_authentication;       /* ssh2's rhosts_rsa */
         int     challenge_reponse_authentication;          int     challenge_reponse_authentication;
                                         /* Try S/Key or TIS, authentication. */                                          /* Try S/Key or TIS, authentication. */
 #ifdef KRB4  #ifdef KRB4

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29