[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.h between version 1.21 and 1.22

version 1.21, 2000/05/03 18:03:07 version 1.22, 2000/05/06 17:45:37
Line 59 
Line 59 
         int     rhosts_rsa_authentication;      /* If true, permit rhosts RSA          int     rhosts_rsa_authentication;      /* If true, permit rhosts RSA
                                                  * authentication. */                                                   * authentication. */
         int     rsa_authentication;     /* If true, permit RSA authentication. */          int     rsa_authentication;     /* If true, permit RSA authentication. */
           int     dsa_authentication;     /* If true, permit DSA authentication. */
 #ifdef KRB4  #ifdef KRB4
         int     kerberos_authentication;        /* If true, permit Kerberos          int     kerberos_authentication;        /* If true, permit Kerberos
                                                  * authentication. */                                                   * authentication. */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22