hi, this allows logins with the new Windows client from www.ssh.com
-markus
--- connection_commands.c- Wed Feb 23 11:01:02 2000
+++ connection_commands.c Wed Feb 23 12:14:37 2000
@@ -185,6 +185,13 @@
|= (PEER_SSH_DSS_KLUDGE | PEER_SERVICE_ACCEPT_KLUDGE
| PEER_USERAUTH_REQUEST_KLUDGE | PEER_SEND_NO_DEBUG);
}
+ else if ( (swver_len >= 5) && !memcmp(swver, "2.1.0", 5) )
+ {
+ connection->peer_flags
+ |= (PEER_SSH_DSS_KLUDGE
+ | PEER_USERAUTH_REQUEST_KLUDGE | PEER_SEND_NO_DEBUG);
+ verbose("ssh.com 2.1.0\n");
+ }
#endif
new =