From 12f321c8ea43083a75371bb32185a750b399ffd1 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Thu, 9 Feb 2023 14:34:55 -0500 Subject: [PATCH] update comment --- regress/connection-timeout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/connection-timeout.sh b/regress/connection-timeout.sh index 9588245c6..c09e60bf6 100644 --- a/regress/connection-timeout.sh +++ b/regress/connection-timeout.sh @@ -2,7 +2,7 @@ # Placed in the Public Domain. if [ "$os" == "windows" ]; then - # Windows, -oControlMaster not supported, but ConnectionTimeout is valid + # Win32-OpenSSH does not support -oControlMaster echo "skipped, multiplexing not supported on windows OS" exit 0 fi