[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.120 and 1.121

version 1.120, 2017/04/30 23:15:04 version 1.121, 2017/04/30 23:18:22
Line 37 
Line 37 
         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     use_privileged_port;    /* Don't use privileged port if false. */
         int     rhosts_rsa_authentication;      /* Try rhosts with RSA  
                                                  * authentication. */  
         int     rsa_authentication;     /* Try RSA authentication. */  
         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;
Line 54 
Line 51 
         int     check_host_ip;  /* Also keep track of keys for IP address */          int     check_host_ip;  /* Also keep track of keys for IP address */
         int     strict_host_key_checking;       /* Strict host key checking. */          int     strict_host_key_checking;       /* Strict host key checking. */
         int     compression;    /* Compress packets in both directions. */          int     compression;    /* Compress packets in both directions. */
         int     compression_level;      /* Compression level 1 (fast) to 9  
                                          * (best). */  
         int     tcp_keep_alive; /* Set SO_KEEPALIVE. */          int     tcp_keep_alive; /* Set SO_KEEPALIVE. */
         int     ip_qos_interactive;     /* IP ToS/DSCP/class for interactive */          int     ip_qos_interactive;     /* IP ToS/DSCP/class for interactive */
         int     ip_qos_bulk;            /* IP ToS/DSCP/class for bulk traffic */          int     ip_qos_bulk;            /* IP ToS/DSCP/class for bulk traffic */

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121