summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index a319a5c69..2bf19fb3b 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.42 2001/05/18 14:13:29 markus Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.43 2001/05/20 17:20:35 markus Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -124,6 +124,8 @@ typedef struct {
124 * for this many intervals, above 124 * for this many intervals, above
125 * diconnect the session 125 * diconnect the session
126 */ 126 */
127 char *authorized_keys_file; /* File containing public RSA keys */
128 char *authorized_keys_file2; /* File containing public SSH2 keys */
127 int pam_authentication_via_kbd_int; 129 int pam_authentication_via_kbd_int;
128} ServerOptions; 130} ServerOptions;
129/* 131/*