[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.53 and 1.54

version 1.53, 2003/08/13 08:46:30 version 1.54, 2003/08/22 10:56:09
Line 42 
Line 42 
                                         /* Try S/Key or TIS, authentication. */                                          /* Try S/Key or TIS, authentication. */
         int     kerberos_authentication;        /* Try Kerberos authentication. */          int     kerberos_authentication;        /* Try Kerberos authentication. */
         int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */          int     kerberos_tgt_passing;   /* Try Kerberos TGT passing. */
           int     gss_authentication;     /* Try GSS authentication */
           int     gss_deleg_creds;        /* Delegate GSS credentials */
         int     password_authentication;        /* Try password          int     password_authentication;        /* Try password
                                                  * authentication. */                                                   * authentication. */
         int     kbd_interactive_authentication; /* Try keyboard-interactive auth. */          int     kbd_interactive_authentication; /* Try keyboard-interactive auth. */

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