diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-13 01:36:05 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-13 01:36:05 +0200 |
commit | d69dab3cde47c7e17382de556449bfda0fb28deb (patch) | |
tree | 260773d1343e17fbaf2feae5b2d662db57fb4565 /readconf.c | |
parent | - markus@cvs.openbsd.org 2001/04/12 19:15:26 (diff) | |
download | openssh-d69dab3cde47c7e17382de556449bfda0fb28deb.tar.xz openssh-d69dab3cde47c7e17382de556449bfda0fb28deb.zip |
- markus@cvs.openbsd.org 2001/04/12 19:39:27
[readconf.c]
typo
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 4 |
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 */ |