]> andersk Git - openssh.git/blobdiff - servconf.h
- djm@cvs.openbsd.org 2008/11/04 08:22:13
[openssh.git] / servconf.h
index 40ac64f135094b0afd95804b61eaf7b71082ded8..1d4c3a01a32d5232629f761a35d20cff5fd2eb25 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.h,v 1.85 2008/06/10 04:50:25 dtucker Exp $ */
+/* $OpenBSD: servconf.h,v 1.86 2008/11/04 08:22:13 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -96,6 +96,8 @@ typedef struct {
                                                 * authentication. */
        int     kbd_interactive_authentication; /* If true, permit */
        int     challenge_response_authentication;
+       int     zero_knowledge_password_authentication;
+                                       /* If true, permit jpake auth */
        int     permit_empty_passwd;    /* If false, do not permit empty
                                         * passwords. */
        int     permit_user_env;        /* If true, read ~/.ssh/environment */
This page took 0.035086 seconds and 4 git commands to generate.