search for: ssh_bug_hbservice

Displaying 2 results from an estimated 2 matches for "ssh_bug_hbservice".

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
2001 Jul 05
1
Patch to workaround host key size mismatch bug in old SSH sshd
...A pleasant side effect of this patch is that compat.c no longer prints the disconcerting debug message "no match" when communicating with SSH 1.2.23 through 1.2.31. - Dave Dykstra --- compat.h.O Thu Jul 5 10:49:47 2001 +++ compat.h Thu Jul 5 10:50:04 2001 @@ -50,6 +50,7 @@ #define SSH_BUG_HBSERVICE 0x00010000 #define SSH_BUG_OPENFAILURE 0x00020000 #define SSH_BUG_DERIVEKEY 0x00040000 +#define SSH_BUG_SERVERLIESSIZE 0x00080000 void enable_compat13(void); void enable_compat20(void); --- compat.c.O Thu Jul 5 10:49:21 2001 +++ compat.c Thu Jul 5 10:49:27 2001 @@ -105,6 +105,8 @@...