=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- src/usr.bin/ssh/readconf.h 2008/11/01 17:40:33 1.75 +++ src/usr.bin/ssh/readconf.h 2008/11/04 08:22:13 1.76 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.75 2008/11/01 17:40:33 stevesk Exp $ */ +/* $OpenBSD: readconf.h,v 1.76 2008/11/04 08:22:13 djm Exp $ */ /* * Author: Tatu Ylonen @@ -49,6 +49,7 @@ * authentication. */ int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ char *kbd_interactive_devices; /* Keyboard-interactive auth devices. */ + int zero_knowledge_password_authentication; /* Try jpake */ int batch_mode; /* Batch mode: do not ask for passwords. */ int check_host_ip; /* Also keep track of keys for IP address */ int strict_host_key_checking; /* Strict host key checking. */