[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.140 and 1.141

version 1.140, 2021/02/15 20:43:15 version 1.141, 2021/07/02 05:11:21
Line 38 
Line 38 
         struct ForwardOptions fwd_opts; /* forwarding options */          struct ForwardOptions fwd_opts; /* forwarding options */
         int     pubkey_authentication;  /* Try ssh2 pubkey authentication. */          int     pubkey_authentication;  /* Try ssh2 pubkey authentication. */
         int     hostbased_authentication;       /* ssh2's rhosts_rsa */          int     hostbased_authentication;       /* ssh2's rhosts_rsa */
         int     challenge_response_authentication;  
                                         /* Try S/Key or TIS, authentication. */  
         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.140  
changed lines
  Added in v.1.141