On Sun, 15 Apr 2018, Colin Watson wrote: > On Sun, Apr 15, 2018 at 06:38:37PM +1000, Damien Miller wrote: > > Assuming my patch is accepted, I think you could make "Twisted" be > SSH_BUG_DEBUG and "Twisted_*" not. Here's the diff for that BTW. diff --git a/compat.c b/compat.c index 7ff3759..36a92c7 100644 --- a/compat.c +++ b/compat.c @@ -137,6 +137,8 @@ compat_datafellows(const char *version) SSH_OLD_DHGEX }, { "ConfD-*", SSH_BUG_UTF8TTYMODE }, + { "Twisted_*", 0 }, + { "Twisted*", SSH_BUG_DEBUG }, { NULL, 0 } }; _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev