summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2021-05-23 18:22:57 +0000
committerDamien Miller <djm@mindrot.org>2021-05-26 12:46:01 +1000
commit9acd76e6e4d2b519773e7119c33cf77f09534909 (patch)
tree6f9a5ce30801f8a313c9df7c1145596d8d21f726 /readconf.c
parent078a0e60c92700da4c536c93c007257828ccd05b (diff)
downloadopenssh-git-9acd76e6e4d2b519773e7119c33cf77f09534909.tar.gz
upstream: ssh: The client configuration keyword is
"hostbasedacceptedalgorithms" This fixes a mistake that slipped in when "HostbasedKeyTypes" was renamed to "HostbasedAcceptedAlgorithms". Bug report by zack@philomathiclife.com OpenBSD-Commit-ID: d745a7e8e50b2589fc56877f322ea204bc784f38
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 0f27652b..afc2f7af 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.353 2021/04/03 06:18:40 djm Exp $ */
+/* $OpenBSD: readconf.c,v 1.354 2021/05/23 18:22:57 naddy Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -308,7 +308,7 @@ static struct {
{ "revokedhostkeys", oRevokedHostKeys },
{ "fingerprinthash", oFingerprintHash },
{ "updatehostkeys", oUpdateHostkeys },
- { "hostbasedalgorithms", oHostbasedAcceptedAlgorithms },
+ { "hostbasedacceptedalgorithms", oHostbasedAcceptedAlgorithms },
{ "hostbasedkeytypes", oHostbasedAcceptedAlgorithms }, /* obsolete */
{ "pubkeyacceptedalgorithms", oPubkeyAcceptedAlgorithms },
{ "pubkeyacceptedkeytypes", oPubkeyAcceptedAlgorithms }, /* obsolete */