]> andersk Git - openssh.git/blobdiff - auth2.c
- stevesk@cvs.openbsd.org 2001/02/11 06:15:57
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index bc8c99bda858c3b4b0de1da1e88733ac539c737e..c887283a39a9dff41e76086e6200af33edbc1799 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.37 2001/02/07 22:35:46 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.40 2001/02/10 12:52:02 markus Exp $");
 
 #ifdef HAVE_OSF_SIA
 # include <sia.h>
@@ -102,12 +102,12 @@ Authmethod authmethods[] = {
        {"publickey",
                userauth_pubkey,
                &options.pubkey_authentication},
-       {"keyboard-interactive",
-               userauth_kbdint,
-               &options.kbd_interactive_authentication},
        {"password",
                userauth_passwd,
                &options.password_authentication},
+       {"keyboard-interactive",
+               userauth_kbdint,
+               &options.kbd_interactive_authentication},
        {NULL, NULL, NULL}
 };
 
This page took 0.034485 seconds and 4 git commands to generate.