[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 and 1.59.4.1

version 1.59, 2002/07/30 17:03:55 version 1.59.4.1, 2003/09/16 20:50:43
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 */
         int     hostbased_uses_name_from_packet_only; /* experimental */          int     hostbased_uses_name_from_packet_only; /* experimental */
         int     rsa_authentication;     /* If true, permit RSA authentication. */          int     rsa_authentication;     /* If true, permit RSA authentication. */
         int     pubkey_authentication;  /* If true, permit ssh2 pubkey authentication. */          int     pubkey_authentication;  /* If true, permit ssh2 pubkey authentication. */
 #if defined(KRB4) || defined(KRB5)  
         int     kerberos_authentication;        /* If true, permit Kerberos          int     kerberos_authentication;        /* If true, permit Kerberos
                                                  * authentication. */                                                   * authentication. */
         int     kerberos_or_local_passwd;       /* If true, permit kerberos          int     kerberos_or_local_passwd;       /* If true, permit kerberos
Line 83 
Line 80 
                                                  * /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. */
 #endif          int     gss_authentication;     /* If true, permit GSSAPI authentication */
 #if defined(AFS) || defined(KRB5)          int     gss_cleanup_creds;      /* If true, destroy cred cache on logout */
         int     kerberos_tgt_passing;   /* If true, permit Kerberos TGT  
                                          * passing. */  
 #endif  
 #ifdef AFS  
         int     afs_token_passing;      /* If true, permit AFS token passing. */  
 #endif  
         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 118 
Line 109 
         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     verify_reverse_mapping; /* cross-check ip and dns */          int     use_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  
changed lines
  Added in v.1.59.4.1