Displaying 3 results from an estimated 3 matches for "ssh_bug_openfailur".
Did you mean:
ssh_bug_openfailure
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
...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 @@
{ "^1\\.7 SecureFX", SSH_OL...
2001 Oct 12
17
Please test snapshots for 3.0 release
Could everyone please test the latest snapshots as we will be making a
new release soon.
If you have any patches you would like us to consider, please resend
them to the list ASAP.
-d
--
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org / distributed filesystem'' - Dan Geer