[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.24 and 1.25

version 1.24, 2000/12/27 12:30:20 version 1.25, 2001/01/22 23:06:39
Line 36 
Line 36 
                                                  * 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     skey_authentication;    /* Try S/Key or TIS authentication. */          int     challenge_reponse_authentication;
                                           /* Try S/Key or TIS, authentication. */
 #ifdef KRB4  #ifdef KRB4
         int     kerberos_authentication;        /* Try Kerberos          int     kerberos_authentication;        /* Try Kerberos
                                                  * authentication. */                                                   * authentication. */

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25