[openssh-commits] [openssh] branch master updated: upstream: classify dynamic-tcpip channels as bulk, not interactive;

git+noreply at mindrot.org git+noreply at mindrot.org
Tue May 5 15:35:33 AEST 2026


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

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 3754f2edd upstream: classify dynamic-tcpip channels as bulk, not interactive;
3754f2edd is described below

commit 3754f2edd42039ace7d53873975870fbe9143b94
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue May 5 05:34:27 2026 +0000

    upstream: classify dynamic-tcpip channels as bulk, not interactive;
    
    bz3958, ok markus@
    
    OpenBSD-Commit-ID: b18f1c1eaff8423bf069ff6103e8865cec18d64b
---
 channels.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/channels.h b/channels.h
index 2fcf9f8cb..84112cfa4 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.164 2026/03/05 05:40:35 djm Exp $ */
+/* $OpenBSD: channels.h,v 1.165 2026/05/05 05:34:27 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
@@ -84,7 +84,8 @@
 
 /* default pattern-lists used to classify channel types as bulk */
 #define CHANNEL_BULK_TTY	""
-#define CHANNEL_BULK_NOTTY	"direct-*,forwarded-*,tun-*,x11-*,session*"
+#define CHANNEL_BULK_NOTTY	"direct-*,forwarded-*,dynamic-*,"
+				"tun-*,x11-*,session*"
 
 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