summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/servconf.h b/servconf.h
index ec38880c3..2e10b1c33 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.48 2001/08/16 19:18:34 jakob Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.49 2001/08/17 18:59:47 stevesk Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -121,9 +121,9 @@ typedef struct {
121 * see if it's still there 121 * see if it's still there
122 */ 122 */
123 int client_alive_count_max; /* 123 int client_alive_count_max; /*
124 *If the client is unresponsive 124 * If the client is unresponsive
125 * for this many intervals, above 125 * for this many intervals above,
126 * diconnect the session 126 * disconnect the session
127 */ 127 */
128 128
129 char *authorized_keys_file; /* File containing public keys */ 129 char *authorized_keys_file; /* File containing public keys */