[openssh-commits] [openssh] 01/03: upstream: add a missing channels type for bulk/interactive
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jun 24 17:24:42 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 162cb8721ca0fdb71aaf00688ac7d59a81fc8d5f
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Wed Jun 24 06:53:11 2026 +0000
upstream: add a missing channels type for bulk/interactive
classification bz3972; ok dtucker@
OpenBSD-Commit-ID: 9c9442ea14be74877e2c876b1fe9fa20d158dd97
---
channels.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/channels.h b/channels.h
index 2ce972b2a..f69096498 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.166 2026/05/05 06:21:14 djm Exp $ */
+/* $OpenBSD: channels.h,v 1.167 2026/06/24 06:53:11 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -85,7 +85,7 @@
/* default pattern-lists used to classify channel types as bulk */
#define CHANNEL_BULK_TTY ""
#define CHANNEL_BULK_NOTTY "direct-*,forwarded-*,dynamic-*," \
- "tun-*,x11-*,session*"
+ "tun-*,x11-*,session*,stdio-forward"
struct ssh;
struct Channel;
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list