Subject: Re: Problems with in-tree ssh
To: Dave Huang <khym@bga.com>
From: None <itojun@iijlab.net>
List: current-users
Date: 10/03/2000 18:13:33
>Cool, we now have a ssh in the tree... but I'm having some problems with
>it:
>yerfable ~> ssh -v pat.scritch.austin.tx.us
>SSH Version NetBSD_Secure_Shell-20000928, protocol versions 1.5/2.0.
>Compiled with OpenSSL (0x0090581f).
>debug: ssh_connect: getuid 0 geteuid 0 anon 0
>debug: Connecting to pat.scritch.austin.tx.us [63.68.190.187] port 22.
>debug: Allocated local port 1015.
>debug: Connection established.
>debug: Remote protocol version 1.5, remote software version OpenSSH-1.2.2
>debug: Local version string SSH-1.5-NetBSD_Secure_Shell-20000928
>debug: Waiting for server public key.
>debug: Received server public key (768 bits) and host key (1024 bits).
>debug: Host 'pat.scritch.austin.tx.us' is known and matches the RSA host key.
>debug: Encryption type: 3des
>debug: Sent encrypted session key.
>Connection closed by 63.68.190.187
>debug: Calling cleanup 0x120017a20(0x0)
>
>and the remote machine complains "fatal: rsa_private_decrypt() failed"
>My machine is running NetBSD/alpha, 1.5_ALPHA2, kernel and userland
>recompiled from a October 1 sup.

	openssl (/usr/lib/libcrypto.a) on 1.5 branch is still broken on 64bit
	architecture.  it was repaired on main trunc (netbsd-current).
	i plan to pull the changes up to 1.5, after i get more confirmation
	that the change is doing the right thing (heard that RSA runs forever
	on sparc64 - still need more details)

itojun