From 92fe932b70dba37dd33b290e260649f86433673f Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Sat, 10 Feb 2001 12:52:03 +0000 Subject: offer passwd before s/key --- usr.bin/ssh/auth2.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/auth2.c b/usr.bin/ssh/auth2.c index af6b58e08b4..6ffdb39afbb 100644 --- a/usr.bin/ssh/auth2.c +++ b/usr.bin/ssh/auth2.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2.c,v 1.39 2001/02/08 18:20:01 markus Exp $"); +RCSID("$OpenBSD: auth2.c,v 1.40 2001/02/10 12:52:02 markus Exp $"); #include @@ -89,12 +89,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} }; -- cgit v1.2.3