[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.59.4.2 and 1.60

version 1.59.4.2, 2004/03/04 18:18:16 version 1.60, 2003/05/15 01:48:10
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     tcp_keep_alive; /* If true, set SO_KEEPALIVE. */          int     keepalives;     /* 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. */
         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 */
Line 80 
Line 82 
                                                  * /etc/passwd */                                                   * /etc/passwd */
         int     kerberos_ticket_cleanup;        /* If true, destroy ticket          int     kerberos_ticket_cleanup;        /* If true, destroy ticket
                                                  * file on logout. */                                                   * file on logout. */
         int     kerberos_get_afs_token;         /* If true, try to get AFS token if          int     kerberos_tgt_passing;   /* If true, permit Kerberos TGT
                                                  * authenticated with Kerberos. */                                           * passing. */
         int     gss_authentication;     /* If true, permit GSSAPI authentication */          int     afs_token_passing;      /* If true, permit AFS token passing. */
         int     gss_cleanup_creds;      /* If true, destroy cred cache on logout */  
         int     password_authentication;        /* If true, permit password          int     password_authentication;        /* If true, permit password
                                                  * authentication. */                                                   * authentication. */
         int     kbd_interactive_authentication; /* If true, permit */          int     kbd_interactive_authentication; /* If true, permit */
Line 111 
Line 112 
         int     max_startups_rate;          int     max_startups_rate;
         int     max_startups;          int     max_startups;
         char   *banner;                 /* SSH-2 banner message */          char   *banner;                 /* SSH-2 banner message */
         int     use_dns;          int     verify_reverse_mapping; /* cross-check ip and dns */
         int     client_alive_interval;  /*          int     client_alive_interval;  /*
                                          * poke the client this often to                                           * poke the client this often to
                                          * see if it's still there                                           * see if it's still there

Legend:
Removed from v.1.59.4.2  
changed lines
  Added in v.1.60