[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.126 and 1.127

version 1.126, 2018/06/09 03:01:12 version 1.127, 2018/07/19 10:28:47
Line 35 
Line 35 
         int     exit_on_forward_failure;        /* Exit if bind(2) fails for -L/-R */          int     exit_on_forward_failure;        /* Exit if bind(2) fails for -L/-R */
         char   *xauth_location; /* Location for xauth program */          char   *xauth_location; /* Location for xauth program */
         struct ForwardOptions fwd_opts; /* forwarding options */          struct ForwardOptions fwd_opts; /* forwarding options */
         int     use_privileged_port;    /* Don't use privileged port if false. */  
         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;          int     challenge_response_authentication;

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127