Date: Fri, 26 Mar 2004 13:13:03 +0000 From: Jonathon McKitrick <jcm@FreeBSD-uk.eu.org> To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= <des@des.no> Cc: freebsd-questions@freebsd.org Subject: Re: ssh no longer connecting automatically Message-ID: <20040326131303.GA50371@dogma.freebsd-uk.eu.org> In-Reply-To: <xzpisgsf11n.fsf@dwp.des.no> References: <20040221202305.GA78752@dogma.freebsd-uk.eu.org> <000e01c3f8bc$9ee42dc0$efe8fea9@unixsmith.com> <20040325023251.GA61864@dogma.freebsd-uk.eu.org> <xzpd671ayqk.fsf@dwp.des.no> <20040325225859.GA22615@dogma.freebsd-uk.eu.org> <xzpisgsf11n.fsf@dwp.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 26, 2004 at 09:46:44AM +0100, Dag-Erling Smørgrav wrote: : Jonathon McKitrick <jcm@FreeBSD-uk.eu.org> writes: : > Interestingly, my laptop (running 4.8R) is working now. No password needed : > for any rsh operation to this site. But the same procedure on a 4.8-stable : > box (this one, now) gives this error: [...] : : It's definitely a client side problem. Try rm ~/.ssh/known_hosts. Does it matter that this fails only for protocol 2? 'ssh -1 ...' connects and asks for the password. Protocol 2 fails entirely. Here is what happens when known_hosts is deleted: debug2: mac_init: found hmac-md5 debug1: kex: server->client blowfish-cbc hmac-md5 none debug2: mac_init: found hmac-md5 debug1: kex: client->server blowfish-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug2: dh_gen_key: priv key bits set: 131/256 debug2: bits set: 499/1024 debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug3: check_host_in_hostfile: filename /home/jcm/.ssh/known_hosts debug3: check_host_in_hostfile: filename /usr/local/etc/ssh/ssh_known_hosts debug3: check_host_in_hostfile: filename /home/jcm/.ssh/known_hosts debug3: check_host_in_hostfile: filename /usr/local/etc/ssh/ssh_known_hosts debug3: check_host_in_hostfile: filename /home/jcm/.ssh/known_hosts debug3: check_host_in_hostfile: filename /usr/local/etc/ssh/ssh_known_hosts debug2: no key of type 0 for host dogma.freebsd-uk.eu.org debug3: check_host_in_hostfile: filename /home/jcm/.ssh/known_hosts2 debug3: check_host_in_hostfile: filename /usr/local/etc/ssh/ssh_known_hosts2 debug3: check_host_in_hostfile: filename /home/jcm/.ssh/known_hosts debug3: check_host_in_hostfile: filename /usr/local/etc/ssh/ssh_known_hosts debug2: no key of type 1 for host dogma.freebsd-uk.eu.org The authenticity of host 'dogma.freebsd-uk.eu.org (130.88.200.97)' can't be established. DSA key fingerprint is c4:81:d6:8d:48:0e:39:ba:b3:40:e2:52:62:18:d4:f5. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'dogma.freebsd-uk.eu.org,130.88.200.97' (DSA) to the list of known hosts. debug2: bits set: 513/1024 debug1: ssh_dss_verify: signature incorrect key_verify failed for server_host_key neptune:~> : : DES : -- : Dag-Erling Smørgrav - des@des.no jm -- My other computer is your Windows box.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040326131303.GA50371>