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 78bca97f3..a319a5c69 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.41 2001/04/13 22:46:53 beck Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.42 2001/05/18 14:13:29 markus Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -92,7 +92,7 @@ typedef struct {
92 int password_authentication; /* If true, permit password 92 int password_authentication; /* If true, permit password
93 * authentication. */ 93 * authentication. */
94 int kbd_interactive_authentication; /* If true, permit */ 94 int kbd_interactive_authentication; /* If true, permit */
95 int challenge_reponse_authentication; 95 int challenge_response_authentication;
96 int permit_empty_passwd; /* If false, do not permit empty 96 int permit_empty_passwd; /* If false, do not permit empty
97 * passwords. */ 97 * passwords. */
98 int use_login; /* If true, login(1) is used */ 98 int use_login; /* If true, login(1) is used */