From d69dab3cde47c7e17382de556449bfda0fb28deb Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Thu, 12 Apr 2001 23:36:05 +0000 Subject: - markus@cvs.openbsd.org 2001/04/12 19:39:27 [readconf.c] typo --- ChangeLog | 5 ++++- readconf.c | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 708e59917..50dfec1d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,9 @@ implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) + - markus@cvs.openbsd.org 2001/04/12 19:39:27 + [readconf.c] + typo - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) lack it. @@ -5035,4 +5038,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1103 2001/04/12 23:34:34 mouring Exp $ +$Id: ChangeLog,v 1.1104 2001/04/12 23:36:05 mouring Exp $ 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 */ -- cgit v1.2.3