diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-12 19:39:28 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-04-12 19:39:28 +0000 |
commit | 16b07b0d75cefdf012d4d5121c56a888154ae47d (patch) | |
tree | 50d76b29a1cc8a2f96e5ed9cde0289aeda247a50 /usr.bin/ssh | |
parent | 0ff17ae96fd1f12bf2feb1d259c5d85ae8073ece (diff) |
typo
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/readconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 4cbcac68894..a0e91e6f08b 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/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 */ |