CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/04/16 16:50:44
Modified files: usr.bin/ssh : compat.c Log message: Disable SSH2_MSG_DEBUG messages for Twisted Conch clients without version numbers since they choke on them under some circumstances. https://twistedmatrix.com/trac/ticket/9422 via Colin Watson Newer Conch versions have a version number in their ident string and handle debug messages okay. https://twistedmatrix.com/trac/ticket/9424