]> andersk Git - openssh.git/blobdiff - servconf.h
- Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
[openssh.git] / servconf.h
index 8ba3c26d0ae4f97bfca52a7a580e58fcdea2e917..40ef05fbd4b7b2e952efb3ce938acb45f6cd6953 100644 (file)
@@ -32,7 +32,8 @@ typedef struct {
        char   *listen_addr;            /* Address on which the server listens. */
        struct addrinfo *listen_addrs;  /* Addresses on which the server listens. */
        char   *host_key_file;  /* File containing host key. */
-       char   *dsa_key_file;   /* File containing dsa host key. */
+       char   *host_dsa_key_file;      /* File containing dsa host key. */
+       char   *pid_file;       /* Where to put our pid */
        int     server_key_bits;/* Size of the server key. */
        int     login_grace_time;       /* Disconnect if no auth in this time
                                         * (sec). */
@@ -50,6 +51,7 @@ typedef struct {
        int     keepalives;     /* If true, set SO_KEEPALIVE. */
        char   *ciphers;        /* Ciphers 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. */
        LogLevel log_level;     /* Level for system logging. */
        int     rhosts_authentication;  /* If true, permit rhosts
@@ -57,6 +59,7 @@ typedef struct {
        int     rhosts_rsa_authentication;      /* If true, permit rhosts RSA
                                                 * authentication. */
        int     rsa_authentication;     /* If true, permit RSA authentication. */
+       int     dsa_authentication;     /* If true, permit DSA authentication. */
 #ifdef KRB4
        int     kerberos_authentication;        /* If true, permit Kerberos
                                                 * authentication. */
This page took 0.032107 seconds and 4 git commands to generate.