[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.20 and 1.21

version 1.20, 2000/05/03 10:21:48 version 1.21, 2000/05/03 18:03:07
Line 51 
Line 51 
         int     keepalives;     /* If true, set SO_KEEPALIVE. */          int     keepalives;     /* If true, set SO_KEEPALIVE. */
         char   *ciphers;        /* Ciphers in order of preference. */          char   *ciphers;        /* Ciphers in order of preference. */
         int     protocol;       /* Protocol in order of preference. */          int     protocol;       /* Protocol in order of preference. */
           int     gateway_ports;  /* If true, allow remote connects to forwarded ports. */
         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.20  
changed lines
  Added in v.1.21