diff options
author | 2001-04-12 19:39:27 +0000 | |
---|---|---|
committer | 2001-04-12 19:39:27 +0000 | |
commit | 29915623c6f26f95b9117127ce35e30dcd22ed31 (patch) | |
tree | 69196e32e8fa63677d59e50e41559b174d7003c7 | |
parent | Change tip default from even parity to no parity which is more in line (diff) | |
download | wireguard-openbsd-29915623c6f26f95b9117127ce35e30dcd22ed31.tar.xz wireguard-openbsd-29915623c6f26f95b9117127ce35e30dcd22ed31.zip |
typo
-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 */ |