[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.62 and 1.63

version 1.62, 2003/07/22 13:35:22 version 1.63, 2003/08/13 08:46:30
Line 65 
Line 65 
         int     gateway_ports;  /* If true, allow remote connects to forwarded ports. */          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  
                                          * authentication. */  
         int     rhosts_rsa_authentication;      /* If true, permit rhosts RSA          int     rhosts_rsa_authentication;      /* If true, permit rhosts RSA
                                                  * authentication. */                                                   * authentication. */
         int     hostbased_authentication;       /* If true, permit ssh2 hostbased auth */          int     hostbased_authentication;       /* If true, permit ssh2 hostbased auth */

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63