]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: ssh: The client configuration keyword is
authornaddy@openbsd.org <naddy@openbsd.org>
Sun, 23 May 2021 18:22:57 +0000 (18:22 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 26 May 2021 02:46:01 +0000 (12:46 +1000)
"hostbasedacceptedalgorithms"

This fixes a mistake that slipped in when "HostbasedKeyTypes" was
renamed to "HostbasedAcceptedAlgorithms".

Bug report by zack@philomathiclife.com

OpenBSD-Commit-ID: d745a7e8e50b2589fc56877f322ea204bc784f38

readconf.c

index 0f27652b48b884ddb4d574da45ae7ec10fd9fc64..afc2f7af747d7612cee0e7ee3b1245ad89130209 100644 (file)
@@ -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 */