[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.65 and 1.66

version 1.65, 2003/09/01 18:15:50 version 1.66, 2003/12/09 21:53:37
Line 58 
Line 58 
         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     strict_modes;   /* If true, require string home dir modes. */          int     strict_modes;   /* If true, require string home dir modes. */
         int     keepalives;     /* If true, set SO_KEEPALIVE. */          int     tcp_keep_alive; /* If true, set SO_KEEPALIVE. */
         char   *ciphers;        /* Supported SSH2 ciphers. */          char   *ciphers;        /* Supported SSH2 ciphers. */
         char   *macs;           /* Supported SSH2 macs. */          char   *macs;           /* Supported SSH2 macs. */
         int     protocol;       /* Supported protocol versions. */          int     protocol;       /* Supported protocol versions. */

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66