From owner-freebsd-stable@FreeBSD.ORG Tue Apr 1 09:29:32 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C84137B401 for ; Tue, 1 Apr 2003 09:29:32 -0800 (PST) Received: from smak.uberduper.com (12-213-188-143.client.attbi.com [12.213.188.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id A561643F3F for ; Tue, 1 Apr 2003 09:29:29 -0800 (PST) (envelope-from james@uberduper.com) Received: from 172.30.10.245 (unknown [208.33.24.5]) by smak.uberduper.com (Postfix) with ESMTP id 6E2037D125 for ; Tue, 1 Apr 2003 09:29:32 -0800 (PST) From: James Satterfield To: freebsd-stable@freebsd.org Date: Tue, 1 Apr 2003 09:29:25 -0800 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304010929.25384.james@uberduper.com> Subject: ssh v2 in 4.8-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 17:29:32 -0000 I just did a src upgrade from a recent 4.8-RC to 4.8-RELEASE and I'm now having trouble with ssh v2. I cannot ssh to any host from this machine. I can ssh from another host to this machine using v2 successfully. When trying to ssh to anywhere from this machine I get. [jsatter@bishop:~] ssh -v localhost OpenSSH_3.5p1 FreeBSD-20030201, SSH protocols 1.5/2.0, OpenSSL 0x0090701f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to localhost [::1] port 22. socket: Protocol not supported debug1: Connecting to localhost [127.0.0.1] port 22. debug1: Connection established. debug1: identity file /home/jsatter/.ssh/identity type -1 debug1: identity file /home/jsatter/.ssh/id_rsa type -1 debug1: identity file /home/jsatter/.ssh/id_dsa type -1 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.5p1 FreeBSD-20030201 debug1: match: OpenSSH_3.5p1 FreeBSD-20030201 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.5p1 FreeBSD-20030201 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 sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: dh_gen_key: priv key bits set: 126/256 debug1: bits set: 1649/3191 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'localhost' is known and matches the DSA host key. debug1: Found key in /home/jsatter/.ssh/known_hosts:8 debug1: bits set: 1599/3191 debug1: ssh_dss_verify: signature incorrect key_verify failed for server_host_key debug1: Calling cleanup 0x804c158(0x0) I've regenerated all the rsa and dsa keys here and I get no change. ssh -1 works correctly. James.