[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.54 and 1.55

version 1.54, 2003/08/22 10:56:09 version 1.55, 2003/09/01 18:15:50
Line 40 
Line 40 
         int     hostbased_authentication;       /* ssh2's rhosts_rsa */          int     hostbased_authentication;       /* ssh2's rhosts_rsa */
         int     challenge_response_authentication;          int     challenge_response_authentication;
                                         /* Try S/Key or TIS, authentication. */                                          /* Try S/Key or TIS, authentication. */
         int     kerberos_authentication;        /* Try Kerberos authentication. */  
         int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */  
         int     gss_authentication;     /* Try GSS authentication */          int     gss_authentication;     /* Try GSS authentication */
         int     gss_deleg_creds;        /* Delegate GSS credentials */          int     gss_deleg_creds;        /* Delegate GSS credentials */
         int     password_authentication;        /* Try password          int     password_authentication;        /* Try password

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55