[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.16 and 1.17

version 1.16, 2000/04/06 08:55:22 version 1.17, 2000/04/12 07:45:44
Line 48 
Line 48 
                                          * searching at */                                           * searching at */
         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     keepalives;     /* If true, set SO_KEEPALIVE. */
           char   *ciphers;        /* Ciphers in order of preference. */
           int     protocol;       /* Protocol in order of preference. */
         SyslogFacility log_facility;    /* Facility for system logging. */          SyslogFacility log_facility;    /* Facility for system logging. */
         LogLevel log_level;     /* Level for system logging. */          LogLevel log_level;     /* Level for system logging. */
         int     rhosts_authentication;  /* If true, permit rhosts          int     rhosts_authentication;  /* If true, permit rhosts

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17