[openssh-commits] [openssh] 01/03: upstream: correct directive name (s/Host/Match) in error message

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jun 29 18:23:28 AEST 2026


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 849748c6e5d79274020489b03d068361d98ff42f
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Mon Jun 29 08:16:46 2026 +0000

    upstream: correct directive name (s/Host/Match) in error message
    
    from xspielinbox via bz3968
    
    OpenBSD-Commit-ID: 3aec5cc9d349bcef12abc951490474f1217b4aeb
---
 readconf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readconf.c b/readconf.c
index 6ec751096..0218ed128 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.c,v 1.412 2026/06/29 07:56:19 djm Exp $ */
+/* $OpenBSD: readconf.c,v 1.413 2026/06/29 08:16:46 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -1863,7 +1863,7 @@ parse_pubkey_algos:
 
 	case oMatch:
 		if (cmdline) {
-			error("Host directive not supported as a command-line "
+			error("Match directive not supported as a command-line "
 			    "option");
 			goto out;
 		}

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list