Date: Wed, 19 Dec 2001 10:49:46 -0700 (MST) From: FreeBSD user <freebsd@XtremeDev.com> To: questions@freebsd.org Subject: OpenSSH problem Message-ID: <20011219104439.G32763-100000@Amber.XtremeDev.com>
next in thread | raw e-mail | index | archive | help
I cannot ssh in to my OpenSSH server (FreeBSD 4.4-STABLE): The command I use is: ssh -v -2 -c aes256-cbc -m hmac-sha1 localhost Th cipher and mac selection doesn't matter. I get the same result whatever I choose (or don't choose). Debug output follow: ~> ssh -v -2 -c aes256-cbc -m hmac-sha1 localhost 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 localhost [127.0.0.1] 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 OpenSSH_2.9 FreeBSD localisations 20011202 debug1: match: OpenSSH_2.9 FreeBSD localisations 20011202 pat ^OpenSSH 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 aes256-cbc hmac-sha1 none debug1: kex: client->server aes256-cbc hmac-sha1 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: 273/512 debug1: bits set: 992/2049 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Forcing accepting of host key for loopback/localhost. debug1: bits set: 1021/2049 debug1: len 55 datafellows 0 debug1: ssh_dss_verify: signature incorrect key_verify failed for server_host_key debug1: Calling cleanup 0x805b140(0x0) I keep getting key_verify failed for server_host_key. Does anyone know what I should be looking? Has anyone run into a similar problem, or am I alone in this? Is there a better mailing list or email more appropriate for this email? Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011219104439.G32763-100000>