From owner-freebsd-stable@FreeBSD.ORG Mon Sep 15 22:17:04 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1060) id D15CD1065674; Mon, 15 Sep 2008 22:17:04 +0000 (UTC) Date: Mon, 15 Sep 2008 22:17:04 +0000 From: Craig Rodrigues To: freebsd-stable@freebsd.org Message-ID: <20080915221704.GA4580@crodrigues.org> References: <20080915200838.GA51668@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080915200838.GA51668@crodrigues.org> User-Agent: Mutt/1.4.2.1i Cc: Alfred Perlstein , re@FreeBSD.org, Dag-Erling Smorgrav Subject: Re: ssh to FreeBSD 4 systems: xmalloc: zero size X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 22:17:04 -0000 Hi, I can confirm that this patch solves my problem: https://bugzilla.mindrot.org/attachment.cgi?id=1554 That patch is part of this ssh bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1496 Can we get this fix into FreeBSD before the 7.1 RELEASE? Thanks. -- Craig Rodrigues rodrigc@crodrigues.org On Mon, Sep 15, 2008 at 08:08:38PM +0000, Craig Rodrigues wrote: > Hi, > > With the latest FreeBSD 7.1 PRE-RELEASE, I am having trouble > ssh'ing to FreeBSD 4 systems. > > I am getting this error: > OpenSSH_5.1p1 FreeBSD-20080901, OpenSSL 0.9.8e 23 Feb 2007 > debug1: Applying options for * > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Connection established. > debug1: identity file /homes/rodrigc/.ssh/identity type -1 > debug1: identity file /homes/rodrigc/.ssh/id_rsa type -1 > debug1: identity file /homes/rodrigc/.ssh/id_dsa type 2 > debug1: Remote protocol version 1.99, remote software version OpenSSH_3.5p1 FreeBSD-20060930 > debug1: match: OpenSSH_3.5p1 FreeBSD-20060930 pat OpenSSH_3.* > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_5.1p1 FreeBSD-20080901 > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-cbc hmac-md5 none > debug1: kex: client->server aes128-cbc hmac-md5 none > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > debug1: Host 'bbuild47.juniper.net' is known and matches the DSA host key. > debug1: Found key in /homes/rodrigc/.ssh/known_hosts:100 > debug1: ssh_dss_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received > xmalloc: zero size > > At this point I cannot log in. The system I am trying to log into > is: 4.11-RELEASE-p26 > Any ideas? > > This is a big problem for me, because I have a lot of FreeBSD 4.x > servers that I need to log into. > > Thanks. > -- > Craig Rodrigues > rodrigc@crodrigues.org