search for: ssh_bug_debug

Displaying 3 results from an estimated 3 matches for "ssh_bug_debug".

2018 Apr 15
3
OpenSSH 7.7p1 interop failure with Twisted Conch 8.0.0-17.9.0
...caused there to > > be an SSH_MSG_DEBUG message sent where there wasn't one before, which > > tripped over an implementation bug in Twisted. I'm guessing slightly at > > the affected version range based on git history. > > Thanks for letting is know - we could set SSH_BUG_DEBUG to disable debug > messages for the affected versions if they are readily identifiable > from their version strings. What do you think? I think that would be a good idea. The version string is unfortunately just "Twisted". That's actually OK for past versions since the bug go...
2001 Sep 04
3
2.9p2 behaves different from 2.5.2p2 on tunneling issue
Hi, I have a problem with a Linux box which I updated from 2.5.2p2 to 2.9p2 recently. It's running a tunnel started via inittab using a script which starts ssh -2 -N -o 'ConnectionAttempts 3600' -L <tunnel> $host This has run reliable with 2.5.2 over the last months. Now, after I have upgraded to 2.9p2, the tunnel is closed right after each attempt of an application to use
2018 Apr 14
2
OpenSSH 7.7p1 interop failure with Twisted Conch 8.0.0-17.9.0
This isn't an OpenSSH bug, but just in case anyone else is ambitious enough to automatically run interoperability tests against other SSH implementations, here's a heads-up: https://twistedmatrix.com/trac/ticket/9422 TL;DR: commit 7c856857607112a3dfe6414696bf4c7ab7fb0cb3 caused there to be an SSH_MSG_DEBUG message sent where there wasn't one before, which tripped over an