From f063add71b66011cca8c313fe0c681b0f0e1b97f Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 23 Nov 2008 13:19:32 +0000 Subject: * Backport from upstream CVS (Markus Friedl): - Only send eow and no-more-sessions requests to openssh 5 and newer; fixes interop problems with broken ssh v2 implementations (closes: #495917). --- compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compat.h') diff --git a/compat.h b/compat.h index 4d8ebc908..5bd89ea73 100644 --- a/compat.h +++ b/compat.h @@ -57,6 +57,7 @@ #define SSH_BUG_FIRSTKEX 0x00800000 #define SSH_OLD_FORWARD_ADDR 0x01000000 #define SSH_BUG_RFWD_ADDR 0x02000000 +#define SSH_NEW_OPENSSH 0x04000000 void enable_compat13(void); void enable_compat20(void); -- cgit v1.2.3