[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.31 and 1.32

version 1.31, 2001/04/30 11:18:52 version 1.32, 2001/05/18 14:13:29
Line 39 
Line 39 
         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     hostbased_authentication;       /* ssh2's rhosts_rsa */
         int     challenge_reponse_authentication;          int     challenge_response_authentication;
                                         /* Try S/Key or TIS, authentication. */                                          /* Try S/Key or TIS, authentication. */
 #ifdef KRB4  #ifdef KRB4
         int     kerberos_authentication;        /* Try Kerberos          int     kerberos_authentication;        /* Try Kerberos

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32