From owner-freebsd-stable Fri Jan 18 2:19:44 2002 Delivered-To: freebsd-stable@freebsd.org Received: from etek.chalmers.se (quarl0.etek.chalmers.se [129.16.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 8E2D837B419 for ; Fri, 18 Jan 2002 02:19:36 -0800 (PST) Received: from downy.etek.chalmers.se (_7-268@downy.etek.chalmers.se [129.16.32.207]) by etek.chalmers.se (8.10.0/8.8.8) with ESMTP id g0IAJYO31415; Fri, 18 Jan 2002 11:19:34 +0100 (MET) Received: from localhost (b@localhost) by downy.etek.chalmers.se (8.10.0/8.10.0) with ESMTP id g0IAJYZ24987; Fri, 18 Jan 2002 11:19:34 +0100 (MET) Date: Fri, 18 Jan 2002 11:19:34 +0100 (MET) From: Magnus B{ckstr|m To: Erich Zigler Cc: stable@freebsd.org Subject: Re: OpenSSH Woes In-Reply-To: <20020118043656.374B737B404@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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