[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.h between version 1.112 and 1.113

version 1.112, 2014/01/29 06:18:35 version 1.113, 2014/07/03 22:40:43
Line 83 
Line 83 
         int     x11_use_localhost;      /* If true, use localhost for fake X11 server. */          int     x11_use_localhost;      /* If true, use localhost for fake X11 server. */
         char   *xauth_location; /* Location of xauth program */          char   *xauth_location; /* Location of xauth program */
         int     permit_tty;     /* If false, deny pty allocation */          int     permit_tty;     /* If false, deny pty allocation */
           int     permit_user_rc; /* If false, deny ~/.ssh/rc execution */
         int     strict_modes;   /* If true, require string home dir modes. */          int     strict_modes;   /* If true, require string home dir modes. */
         int     tcp_keep_alive; /* If true, set SO_KEEPALIVE. */          int     tcp_keep_alive; /* If true, set SO_KEEPALIVE. */
         int     ip_qos_interactive;     /* IP ToS/DSCP/class for interactive */          int     ip_qos_interactive;     /* IP ToS/DSCP/class for interactive */

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113