[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.10 and 1.11

version 1.10, 1999/10/17 20:48:07 version 1.11, 1999/11/10 23:36:44
Line 33 
Line 33 
   int key_regeneration_time;    /* Server key lifetime (seconds). */    int key_regeneration_time;    /* Server key lifetime (seconds). */
   int permit_root_login;        /* If true, permit root login. */    int permit_root_login;        /* If true, permit root login. */
   int ignore_rhosts;            /* Ignore .rhosts and .shosts. */    int ignore_rhosts;            /* Ignore .rhosts and .shosts. */
   int quiet_mode;               /* If true, don't log anything but fatals. */  
   int fascist_logging;          /* Perform very verbose logging. */  
   int print_motd;               /* If true, print /etc/motd. */    int print_motd;               /* If true, print /etc/motd. */
   int check_mail;               /* If true, check for new mail. */    int check_mail;               /* If true, check for new mail. */
   int x11_forwarding;           /* If true, permit inet (spoofing) X11 fwd. */    int x11_forwarding;           /* If true, permit inet (spoofing) X11 fwd. */
Line 42 
Line 40 
   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. */
   SyslogFacility log_facility;  /* Facility for system logging. */    SyslogFacility log_facility;  /* Facility for system logging. */
     LogLevel log_level;           /* Level for system logging. */
   int rhosts_authentication;    /* If true, permit rhosts authentication. */    int rhosts_authentication;    /* If true, permit rhosts authentication. */
   int rhosts_rsa_authentication;/* If true, permit rhosts RSA authentication.*/    int rhosts_rsa_authentication;/* If true, permit rhosts RSA authentication.*/
   int rsa_authentication;       /* If true, permit RSA authentication. */    int rsa_authentication;       /* If true, permit RSA authentication. */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11