]> andersk Git - openssh.git/blobdiff - servconf.h
- markus@cvs.openbsd.org 2001/01/22 23:06:39
[openssh.git] / servconf.h
index ea0694905f27a16ae561c99269b31c5d3b13fe34..e31636701fb0ffab0f4dcf8e0c814574ad6b8d31 100644 (file)
@@ -11,7 +11,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: servconf.h,v 1.34 2001/01/19 12:45:27 markus Exp $"); */
+/* RCSID("$OpenBSD: servconf.h,v 1.35 2001/01/22 23:06:40 markus Exp $"); */
 
 #ifndef SERVCONF_H
 #define SERVCONF_H
@@ -80,8 +80,7 @@ typedef struct {
        int     password_authentication;        /* If true, permit password
                                                 * authentication. */
        int     kbd_interactive_authentication; /* If true, permit */
-       int     skey_authentication;    /* If true, permit s/key
-                                        * authentication. */
+       int     challenge_reponse_authentication;
        int     permit_empty_passwd;    /* If false, do not permit empty
                                         * passwords. */
        int     use_login;      /* If true, login(1) is used */
This page took 0.025545 seconds and 4 git commands to generate.