From owner-freebsd-questions Sun Dec 16 3:10: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 02CF837B416 for ; Sun, 16 Dec 2001 03:10:00 -0800 (PST) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id AD3DD70621 for ; Sun, 16 Dec 2001 04:09:53 -0700 (MST) Date: Sun, 16 Dec 2001 04:09:53 -0700 (MST) From: FreeBSD user To: questions@freebsd.org Subject: OpenSSH 2.9 error connecting to Commercial SSH2 2.0.11 Message-ID: <20011216040248.V4548-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Getting the following error trying to connect from my Freebsd 4.4-STABLE (as of Dec. 15, 2001) openssh to a commercial ssh2 2.0.11 server. ~> ssh -V OpenSSH_2.9 FreeBSD localisations 20011202, SSH protocols 1.5/2.0, OpenSSL 0x0090601f ~> ssh -c blowfish -2 -v ouray.cudenver.edu OpenSSH_2.9 FreeBSD localisations 20011202, SSH protocols 1.5/2.0, OpenSSL 0x0090601f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 1001 geteuid 1001 anon 1 debug1: Connecting to ouray.cudenver.edu [132.194.10.9] port 22. debug1: temporarily_use_uid: 1001/1001 (e=1001) debug1: restore_uid debug1: temporarily_use_uid: 1001/1001 (e=1001) debug1: restore_uid debug1: Connection established. debug1: identity file /home/dave/.ssh/id_rsa type -1 debug1: identity file /home/dave/.ssh/id_dsa type -1 debug1: Remote protocol version 1.99, remote software version 2.0.11 (non-commercial) debug1: match: 2.0.11 (non-commercial) pat ^2\.0\. Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_2.9 FreeBSD localisations 20011202 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client blowfish-cbc hmac-md5 none debug1: kex: client->server blowfish-cbc hmac-md5 none debug1: dh_gen_key: priv key bits set: 132/256 debug1: bits set: 487/1024 debug1: sending SSH2_MSG_KEXDH_INIT debug1: expecting SSH2_MSG_KEXDH_REPLY The authenticity of host 'ouray.cudenver.edu (132.194.10.9)' can't be established. DSA key fingerprint is fe:9a:ad:b6:6c:55:00:51:4d:ab:d6:8d:2c:93:6b:b4. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'ouray.cudenver.edu' (DSA) to the list of known hosts. debug1: bits set: 517/1024 debug1: len 40 datafellows 8831 debug1: ssh_dss_verify: signature incorrect key_verify failed for server_host_key debug1: Calling cleanup 0x805b140(0x0) Is this a known issue? Have I misconfigured something? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message