OpenSSH 7.7p1 interop failure with Twisted Conch 8.0.0-17.9.0
Damien Miller
djm at mindrot.org
Sun Apr 15 21:30:12 AEST 2018
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 }
};
More information about the openssh-unix-dev
mailing list