Displaying 1 result from an estimated 1 matches for "ursus".
Did you mean:
ursu
2002 Jun 26
0
Problem with interaction between commercial and openssh
...protocol 1 upon our machines while
installing commercial ssh 3.2.0. Suddenly I discovered that the AIX
systems running Openssh were not able to connect. I upgraded to the newly
minted 3.4p1 and discovered the same problem.
My limited poking around has shown the following:
<16:59:38>atb at ursus:>ssh -vv atb at host
<snip>
debug1: bits set: 503/1024
debug1: ssh_dss_verify: signature incorrect
key_verify failed for server_host_key
debug1: Calling cleanup 0x2000ca44(0x0)
Putting an #if 0 ... #endif around the key_verify call in kexdh.c solves
the problem, but in a most unsatisfact...