diff options
author | Colin Watson <cjwatson@debian.org> | 2008-11-23 13:19:32 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-11-23 13:19:32 +0000 |
commit | f063add71b66011cca8c313fe0c681b0f0e1b97f (patch) | |
tree | f1d2d4b4bd694e682a313163fd1374a24e1fedea /compat.h | |
parent | e7e618e9f81c5b722a34996fdf7ec372ec093d85 (diff) |
* 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).
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ | |||
57 | #define SSH_BUG_FIRSTKEX 0x00800000 | 57 | #define SSH_BUG_FIRSTKEX 0x00800000 |
58 | #define SSH_OLD_FORWARD_ADDR 0x01000000 | 58 | #define SSH_OLD_FORWARD_ADDR 0x01000000 |
59 | #define SSH_BUG_RFWD_ADDR 0x02000000 | 59 | #define SSH_BUG_RFWD_ADDR 0x02000000 |
60 | #define SSH_NEW_OPENSSH 0x04000000 | ||
60 | 61 | ||
61 | void enable_compat13(void); | 62 | void enable_compat13(void); |
62 | void enable_compat20(void); | 63 | void enable_compat20(void); |