I am building version 2.3.0p1 of openssh on a UnixWare 2.03 system and am unable to connect with SSH 2. The error I get is: debug: len 55 datafellows 0 debug: dsa_verify: signature incorrect dsa_verify failed for server_host_key The build environment is as follows: gcc 2.95.1 openssl-0.9.6-beta2 I've looked through the archives and found similar problems related to version incompatabilities. In this case, I have the same version (2.3.0p1) on both ends. I got the same error with 2.2.0p1. Where should I look next? -Tom -- ----------------/---------------------------------------------- Tom Rudnick | USDA Natural Resources Conservation Service Fort Collins,CO | tom at avatar.itc.nrcs.usda.gov (970) 295-5427 ** The 3rd Millennium starts Jan 1, 2001. see: ** ** http://aa.usno.navy.mil/AA/faq/docs/millennium.html ** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
On Tue, 30 Jan 2001, Tom Rudnick wrote:> > I am building version 2.3.0p1 of openssh on a UnixWare 2.03 system > and am unable to connect with SSH 2. The error I get is: > > debug: len 55 datafellows 0 > debug: dsa_verify: signature incorrect > dsa_verify failed for server_host_key > > The build environment is as follows: > > gcc 2.95.1 > openssl-0.9.6-beta2Just a thought here. Does the openssl "make test" pass. I'll bet it fails. The default build of openssl-0.9.6 on UnixWare 2.03 builds but fails make test. There is optimizer problem on 2.03. Get rid of the -O -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
On Tue, Jan 30, 2001 at 01:32:13PM -0700, Tom Rudnick wrote:> > I am building version 2.3.0p1 of openssh on a UnixWare 2.03 system > and am unable to connect with SSH 2. The error I get is: > > debug: len 55 datafellows 0 > debug: dsa_verify: signature incorrect > dsa_verify failed for server_host_key > > The build environment is as follows: > > gcc 2.95.1 > openssl-0.9.6-beta2openssl-0.9.6-beta2 is broken.
> > On Tue, Jan 30, 2001 at 01:32:13PM -0700, Tom Rudnick wrote: > > > > I am building version 2.3.0p1 of openssh on a UnixWare 2.03 system > > and am unable to connect with SSH 2. The error I get is: > > > > debug: len 55 datafellows 0 > > debug: dsa_verify: signature incorrect > > dsa_verify failed for server_host_key > > > > The build environment is as follows: > > > > gcc 2.95.1 > > openssl-0.9.6-beta2 > > openssl-0.9.6-beta2 is broken. > >Yep. that was it. I rebuilt with openssl-0.9.6, relinked and it connected. Now, it hangs after establishing the interactive session. When I kill it I get: error: grantpt: Interrupted system call error: session_pty_req: session 0 alloc failed error: session_by_pid: unknown pid 27578 on the server side. The odd thing is that ssh-1 sessions work just fine. Is the session establishment and pty stuff the same for 1 and 2? -Tom -- ----------------/---------------------------------------------- Tom Rudnick | USDA Natural Resources Conservation Service Fort Collins,CO | tom at avatar.itc.nrcs.usda.gov (970) 295-5427 ** The 3rd Millennium starts Jan 1, 2001. see: ** ** http://aa.usno.navy.mil/AA/faq/docs/millennium.html ** -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-