search for: ssh_bug_ignoremsg

Displaying 7 results from an estimated 7 matches for "ssh_bug_ignoremsg".

2001 Jul 05
1
Patch to workaround host key size mismatch bug in old SSH sshd
...00 +#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_OLD_SESSIONID }, { "^1\\.2\\.1[89]", SSH_BUG_IGNOREMSG }, { "^1\\.2\\.2[012]", SSH_BUG_IGNOREMSG }, + { "^1\\.2\\.2[3-9]", SSH_BUG_SERVERLIESSIZE }, + { "^1\\.2\\.3[0-1]", SSH_BUG_SERVERLIESSIZE }, { "^1\\.3\\.2", SSH_BUG_IGNOREMSG }, /* f-secure */ { "^SSH Compatible Server", /* Netscreen...
2004 Jun 17
2
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Proces s Software SSH for OpenVMS
...assword change prompt and then we barf when we try to get the lang string that isn't there. Here is a patch that gets around this but I had some questions, 1. I wasn't sure I should combine this with the other F-Secure bug listed (the one for the 1.3.2*)? Is there a regression test to test SSH_BUG_IGNOREMSG? 2. I wasn't sure how much of the server version string was needed. 3. The selection of SSH_BUG_PWDCHGREQ and it's define was totally arbitrary by me. Any feedback greatly appreciated. cheers, scott rankin Index: compat.c ==============================================================...
2001 Apr 09
3
[PATCH]: Heartbeat/Watchdog Patch
Dear Developers, I've released a patch against openssh-2.5.2p2. The patch adds heartbeat (keepalive) function to ssh(1), and watchdog timeout function to sshd(8). The watchdog timeout is intended to terminate user's processes as soon as possible after the link has been lost. http://www.ecip.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html The combination of the heartbeat and the
2004 Jun 25
0
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Pr oces s Software SSH for OpenVMS
...=============================================== RCS file: /cvs/openssh/compat.c,v retrieving revision 1.70 diff -d -u -r1.70 compat.c --- compat.c 3 Nov 2003 09:09:03 -0000 1.70 +++ compat.c 22 Jun 2004 22:22:40 -0000 @@ -134,6 +134,8 @@ "1.2.22*", SSH_BUG_IGNOREMSG }, { "1.3.2*", /* F-Secure */ SSH_BUG_IGNOREMSG }, + { "3.1.0 F-SECURE*",/* Process Software SSH for OpenVMS */ + SSH_BUG_PWDCHGREQ }, { "...
2015 Jul 28
4
Cisco vs. 6.9
> Turns out the problem is the new protocol extension for sending host keys to > the client after user authentication (section 2.5 of the PROTOCOLS > document). Commenting out the notify_hostkeys() call in sshd.c fixes the > issues with Cisco scp. Maybe a new bug compatibility flag in on order to > add to the "Cisco-1.*" client string that was added in 6.9? There's
2005 Jun 09
0
Disconnects from Cisco router ssh sessions.
...2005 10:24:33 -0000 1.71 +++ compat.c 9 Jun 2005 07:54:45 -0000 @@ -151,6 +151,8 @@ compat_datafellows(const char *version) "OSU_1.5alpha3*", SSH_BUG_PASSWORDPAD }, { "*SSH_Version_Mapper*", SSH_BUG_SCANNER }, + { "Cisco-1.25", + SSH_BUG_BIGV1PACKET|SSH_BUG_IGNOREMSG }, { "Probe-*", SSH_BUG_PROBE }, { NULL, 0 } Index: compat.h =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/compat.h,v retrieving revision 1.37 diff -u -p -r1.37 compat.h --- compat.h 1 Mar 2005 1...
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