summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/servconf.h b/servconf.h
index e7abb94d8..8236a6391 100644
--- a/servconf.h
+++ b/servconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: servconf.h,v 1.36 2001/02/03 10:08:37 markus Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.37 2001/02/11 12:59:25 markus Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -50,8 +50,9 @@ typedef struct {
50 char *xauth_location; /* Location of xauth program */ 50 char *xauth_location; /* Location of xauth program */
51 int strict_modes; /* If true, require string home dir modes. */ 51 int strict_modes; /* If true, require string home dir modes. */
52 int keepalives; /* If true, set SO_KEEPALIVE. */ 52 int keepalives; /* If true, set SO_KEEPALIVE. */
53 char *ciphers; /* Ciphers in order of preference. */ 53 char *ciphers; /* Supported SSH2 ciphers. */
54 int protocol; /* Protocol in order of preference. */ 54 char *macs; /* Supported SSH2 macs. */
55 int protocol; /* Supported protocol versions. */
55 int gateway_ports; /* If true, allow remote connects to forwarded ports. */ 56 int gateway_ports; /* If true, allow remote connects to forwarded ports. */
56 SyslogFacility log_facility; /* Facility for system logging. */ 57 SyslogFacility log_facility; /* Facility for system logging. */
57 LogLevel log_level; /* Level for system logging. */ 58 LogLevel log_level; /* Level for system logging. */