summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.h b/servconf.h
index 463a16dad..911725583 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.52 2002/01/27 14:57:46 stevesk Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.53 2002/01/29 14:32:03 markus Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -116,7 +116,7 @@ typedef struct {
116 int max_startups_rate; 116 int max_startups_rate;
117 int max_startups; 117 int max_startups;
118 char *banner; /* SSH-2 banner message */ 118 char *banner; /* SSH-2 banner message */
119 int reverse_mapping_check; /* cross-check ip and dns */ 119 int verify_reverse_mapping; /* cross-check ip and dns */
120 int client_alive_interval; /* 120 int client_alive_interval; /*
121 * poke the client this often to 121 * poke the client this often to
122 * see if it's still there 122 * see if it's still there