Date: Fri, 18 Jan 2002 11:19:34 +0100 (MET) From: Magnus B{ckstr|m <b@etek.chalmers.se> To: Erich Zigler <erichz@superhero.org> Cc: stable@freebsd.org Subject: Re: OpenSSH Woes Message-ID: <Pine.OSF.4.21.0201181110590.24339-100000@downy.etek.chalmers.se> In-Reply-To: <20020118043656.374B737B404@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 17 Jan 2002, Erich Zigler wrote: > > On Thursday 17 January 2002 10:18 pm, Mike Tancsa wrote: > > > see > > /etc/ssh/ssh_config > > Change the Protocol to 1,2 > > That fixed it! Thank you very much! > The problem actually is that versions 1 and 2 use different key sets. V.1 used one type of key in ~/.ssh/identity etc. An alternate (and possibly better) fix is to make another set of keys that work with version 2: ssh-keygen -t rsa # ... or "-t dsa" Then copy the generated ~/.ssh/id_rsa.pub to ~/.ssh/authorized_keys2 on the target system. Magnus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.21.0201181110590.24339-100000>