[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.9 and 1.10

version 1.9, 1999/11/14 21:45:07 version 1.10, 1999/11/22 21:52:41
Line 38 
Line 38 
   int rhosts_authentication;    /* Try rhosts authentication. */    int rhosts_authentication;    /* Try rhosts authentication. */
   int rhosts_rsa_authentication;/* Try rhosts with RSA authentication. */    int rhosts_rsa_authentication;/* Try rhosts with RSA authentication. */
   int rsa_authentication;       /* Try RSA authentication. */    int rsa_authentication;       /* Try RSA authentication. */
     int skey_authentication;      /* Try S/Key or TIS authentication. */
 #ifdef KRB4  #ifdef KRB4
   int kerberos_authentication;  /* Try Kerberos authentication. */    int kerberos_authentication;  /* Try Kerberos authentication. */
 #endif  #endif

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10