From owner-freebsd-questions Mon Mar 25 13:13:16 2002 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 7337D37B416 for ; Mon, 25 Mar 2002 13:13:09 -0800 (PST) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id DFB4E70601 for ; Mon, 25 Mar 2002 14:13:03 -0700 (MST) Date: Mon, 25 Mar 2002 14:13:03 -0700 (MST) From: FreeBSD user To: questions@freebsd.org Subject: OpenSSH connection error to commercial ssh? Message-ID: <20020325140549.K74914-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 I get the following when trying to connect to a server running ssh commercial 2.0.11 (I'm running OpenSSH_2.9 FreeBSD localisations 20011202, SSH protocols 1.5/2.0, OpenSSL 0x0090601f): 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 2324 geteuid 2324 anon 1 debug1: Connecting to remote.server.edu [232.232.232.232] port 22. debug1: temporarily_use_uid: 2324/2324 (e=2324) debug1: restore_uid debug1: temporarily_use_uid: 2324/2324 (e=2324) debug1: restore_uid debug1: Connection established. debug1: identity file /home/freebsd/.ssh/id_rsa type -1 debug1: identity file /home/freebsd/.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: 129/256 debug1: bits set: 513/1024 debug1: sending SSH2_MSG_KEXDH_INIT debug1: expecting SSH2_MSG_KEXDH_REPLY debug1: Host 'remote.server.edu' is known and matches the DSA host key. debug1: Found key in /home/freebsd/.ssh/known_hosts2:11 debug1: bits set: 505/1024 debug1: len 40 datafellows 8831 debug1: ssh_dss_verify: signature incorrect key_verify failed for server_host_key debug1: Calling cleanup 0x805b140(0x0) Any suggestions on where I should start looking? My /etc/ssh/ssh_config has: Protocol 2 FallBackToRsh no Cipher blowfish Ciphers aes256-cbc,rijndael256-cbc,blowfish-cbc PreferredAuthentications publickey,password To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message