summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/servconf.h b/servconf.h
index 98d68ceaf..dcd1c2ab8 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.111 2013/12/05 01:16:41 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.112 2014/01/29 06:18:35 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -120,8 +120,6 @@ typedef struct {
120 * authentication. */ 120 * authentication. */
121 int kbd_interactive_authentication; /* If true, permit */ 121 int kbd_interactive_authentication; /* If true, permit */
122 int challenge_response_authentication; 122 int challenge_response_authentication;
123 int zero_knowledge_password_authentication;
124 /* If true, permit jpake auth */
125 int permit_empty_passwd; /* If false, do not permit empty 123 int permit_empty_passwd; /* If false, do not permit empty
126 * passwords. */ 124 * passwords. */
127 int permit_user_env; /* If true, read ~/.ssh/environment */ 125 int permit_user_env; /* If true, read ~/.ssh/environment */