From ded89ed3fa93c17a03051c6a6f77335c58af2d21 Mon Sep 17 00:00:00 2001
From: Michael Albinus <michael.albinus@gmx.de>
Date: Fri, 25 Feb 2022 10:11:40 +0100
Subject: [PATCH] * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
 Adapt test.

---
 lisp/net/tramp-sh.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index b3694a6a8d8..80fd99e7f65 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -4759,7 +4759,7 @@ Goes through the list `tramp-inline-compress-commands'."
 	      (with-temp-buffer
 		(tramp-call-process vec "ssh" nil t nil "-o" "ControlMaster")
 		(goto-char (point-min))
-		(when (search-forward-regexp "missing.+argument" nil t)
+		(when (search-forward-regexp "\\(missing\\|no\\).+argument" nil t)
 		  (setq tramp-ssh-controlmaster-options
 			"-o ControlMaster=auto")))
 	      (unless (zerop (length tramp-ssh-controlmaster-options))
-- 
2.39.5