[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.16 and 1.17

version 1.16, 2000/04/26 20:56:29 version 1.17, 2000/05/06 17:45:36
Line 36 
Line 36 
         int     rhosts_rsa_authentication;      /* Try rhosts with RSA          int     rhosts_rsa_authentication;      /* Try rhosts with RSA
                                                  * authentication. */                                                   * authentication. */
         int     rsa_authentication;     /* Try RSA authentication. */          int     rsa_authentication;     /* Try RSA authentication. */
           int     dsa_authentication;     /* Try DSA authentication. */
         int     skey_authentication;    /* Try S/Key or TIS authentication. */          int     skey_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.16  
changed lines
  Added in v.1.17