Displaying 3 results from an estimated 3 matches for "osu_0".
2004 Jun 25
0
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Pr oces s Software SSH for OpenVMS
...3.1.0 F-SECURE*",/* Process Software SSH for OpenVMS */
+ SSH_BUG_PWDCHGREQ },
{ "*SSH Compatible Server*", /* Netscreen
*/
SSH_BUG_PASSWORDPAD },
{ "*OSU_0*,"
Index: compat.h
===================================================================
RCS file: /cvs/openssh/compat.h,v
retrieving revision 1.35
diff -d -u -r1.35 compat.h
--- compat.h 3 Nov 2003 09:09:03 -0000 1.35
+++ compat.h 22 Jun 2004 22:22:40 -0000
@@ -55,6 +55,7 @@
#defin...
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
2004 Jun 17
2
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ and 3.1.0 F-SECURE SSH - Proces s Software SSH for OpenVMS
...*", SSH_BUG_IGNOREMSG },
{ "1.3.2*", /* F-Secure */
SSH_BUG_IGNOREMSG },
+ { "3.1.0 F-SECURE*", /* Process Software SSH for OpenVMS
*/
+ SSH_BUG_PWDCHGREQ },
{ "*SSH Compatible Server*", /* Netscreen
*/
SSH_BUG_PASSWORDPAD },
{ "*OSU_0*,"
Index: compat.h
===================================================================
RCS file: /cvs/openssh/compat.h,v
retrieving revision 1.35
diff -d -u -r1.35 compat.h
--- compat.h 3 Nov 2003 09:09:03 -0000 1.35
+++ compat.h 17 Jun 2004 22:02:55 -0000
@@ -43,6 +43,7 @@
#define SSH_BUG_IG...