From owner-freebsd-alpha@FreeBSD.ORG Wed Dec 29 21:51:13 2004 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C50216A4CE for ; Wed, 29 Dec 2004 21:51:13 +0000 (GMT) Received: from poptart.bithose.com (poptart.bithose.com [204.97.176.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91F1F43D1F for ; Wed, 29 Dec 2004 21:51:10 +0000 (GMT) (envelope-from jakari@bithose.com) Received: from poptart.bithose.com (localhost [127.0.0.1]) by poptart.bithose.com (8.12.10/8.12.10) with ESMTP id iBTLp3lp083997 for ; Wed, 29 Dec 2004 16:51:03 -0500 (EST) Received: from localhost (jakari@localhost)iBTLp2k4084026 for ; Wed, 29 Dec 2004 16:51:02 -0500 (EST) X-Authentication-Warning: poptart.bithose.com: jakari owned process doing -bs Date: Wed, 29 Dec 2004 16:51:02 -0500 (EST) From: Jameel Akari To: freebsd-alpha@freebsd.org In-Reply-To: <0B21C422-59E1-11D9-8453-000393768D2C@mcgillsociety.org> Message-ID: References: <0B21C422-59E1-11D9-8453-000393768D2C@mcgillsociety.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: ssh compatibility question X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:51:13 -0000 Short answer: Upgrade the SSH on the Tru64 box first. The FreeBSD and OSX included OpenSSH installs are far more up to date and correct. Long answer: Certain older commercial SSH releases had off-by-N bugs in the way that key lengths are calculated. One I still see on some systems is with 1024-bit RSA keys (which many report at 1023 in length, and the client complains. OpenSSH does work on Tru64 (using it right now to type this) and will compile with the ccc compiler just fine, and may be available on the "Internet Solutions" CDROM (though I haven't looked at those in a while. This isn't officially supported by DigiHewPaq, which may or may not matter to you. You may want to force SSHv1 mode with -1 on the FreeBSD machine as well and see if that works - might be a difference in the default ssh_config between it and OSX, or it might be that the v1/v2 negotition blows up. > Will "Mac hmac-md5" fix that problem? It may, but only if the keysize bug isn't also common to the md5 part of the program. -- #!/jameel/akari sleep 4800; make clean && make breakfast