Date: Fri, 02 Apr 2004 13:59:25 -0500 From: Daren Desjardins <desjardins@canada.com> To: Jonathon McKitrick <jcm@FreeBSD-uk.eu.org> Cc: freebsd-questions@freebsd.org Subject: Re: ssh no longer connecting automatically Message-ID: <1080932364.343.6.camel@lithium.stabilia.com> In-Reply-To: <20040402164928.GA70822@dogma.freebsd-uk.eu.org> 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> <20040402160232.GB68803@dogma.freebsd-uk.eu.org> <xzpu102pdc1.fsf@dwp.des.no> <20040402164928.GA70822@dogma.freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ive been having the exact same issue, even started a thread on it with no resolution yet. Some findings I have made recently included taking a working ssh from a bsd4.9 release box, copying it to the one that wasnt working, including the config. That ssh also had the problem after copying. This seems to indicate either the config has issues(but I copied that as well) or a runtime library conflict... The code where it dies can be found in the source ssh-dss.c, at ' ret =3D DSA_do_verify(digest, dlen, sig, key->dsa);' I believe, line 172. On Fri, 2004-04-02 at 11:49, Jonathon McKitrick wrote: > On Fri, Apr 02, 2004 at 06:13:50PM +0200, Dag-Erling Sm=F8rgrav wrote: > : Jonathon McKitrick <jcm@FreeBSD-uk.eu.org> writes: > : > This might be a silly question, but is it possible that a problem wit= h my > : > local hostname could cause the key to somehow fail validation? > :=20 > : I don't think so. > :=20 > : I think I have managed to reproduce the problem, but I don't really > : have a clear idea of where in the source code to start looking for a > : solution. My current theory is that ssh somehow gets confused about > : what what kind of key it is handling, and tries to treat a DSA key as > : an RSA key (or vice versa). >=20 > Well, that's good. I was starting to wonder what was wrong with my home > setup. >=20 > Workaround? >=20 >=20 >=20 > jm _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1080932364.343.6.camel>