summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-12 23:36:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-12 23:36:05 +0000
commitd69dab3cde47c7e17382de556449bfda0fb28deb (patch)
tree260773d1343e17fbaf2feae5b2d662db57fb4565 /readconf.c
parent5eabda303aa26c77e4c383230db9ce9d9175e580 (diff)
- markus@cvs.openbsd.org 2001/04/12 19:39:27
[readconf.c] typo
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index 12b431d59..144a7602b 100644
--- a/readconf.c
+++ b/readconf.c
@@ -12,7 +12,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.72 2001/04/12 19:15:25 markus Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.73 2001/04/12 19:39:27 markus Exp $");
#include "ssh.h"
#include "xmalloc.h"
@@ -132,7 +132,7 @@ static struct {
{ "pubkeyauthentication", oPubkeyAuthentication },
{ "dsaauthentication", oPubkeyAuthentication }, /* alias */
{ "rhostsrsaauthentication", oRhostsRSAAuthentication },
- { "hostbaedauthentication", oHostbasedAuthentication },
+ { "hostbasedauthentication", oHostbasedAuthentication },
{ "challengeresponseauthentication", oChallengeResponseAuthentication },
{ "skeyauthentication", oChallengeResponseAuthentication }, /* alias */
{ "tisauthentication", oChallengeResponseAuthentication }, /* alias */