From owner-freebsd-questions@FreeBSD.ORG Wed Aug 9 15:32:55 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BFA316A4DA for ; Wed, 9 Aug 2006 15:32:55 +0000 (UTC) (envelope-from backyard1454-bsd@yahoo.com) Received: from web83112.mail.mud.yahoo.com (web83112.mail.mud.yahoo.com [216.252.101.41]) by mx1.FreeBSD.org (Postfix) with SMTP id BB4BD43D45 for ; Wed, 9 Aug 2006 15:32:54 +0000 (GMT) (envelope-from backyard1454-bsd@yahoo.com) Received: (qmail 3155 invoked by uid 60001); 9 Aug 2006 15:32:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=aCZqHbHMkGNQNbJExDHodOihKXMOil9TLqGxrLLCpjs3rYBMqY/Ce3qHAxq4bmrd5qRfeWCznapS62uS/LAovNnm+uEDRwtKJ3NLdhfbjmevnRBS0kEksONQjUTCika3+xjo3xuvvnM/MC3JcoUfhnU6hc8hflYyQ/MVU0yLwg4= ; Message-ID: <20060809153239.3153.qmail@web83112.mail.mud.yahoo.com> Received: from [63.240.228.37] by web83112.mail.mud.yahoo.com via HTTP; Wed, 09 Aug 2006 08:32:39 PDT Date: Wed, 9 Aug 2006 08:32:39 -0700 (PDT) From: backyard To: Josh Paetzel , questions@freebsd.org In-Reply-To: <200608091013.32205.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Subject: Re: Using putty as a ssh client on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: backyard1454-bsd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 15:32:55 -0000 --- Josh Paetzel wrote: > I'm trying to use putty on my FBSD 6.1-R box to > access another FreeBSD > box. I can get in fine using the command line ssh > client but when I > attempt to use putty I get the following error: > > Unable to use key file > "/usr/home/jpaetzel/.ssh/id_rsa" (OpenSSH SSH-2 > private key) > > Can anyone point out to me what I am doing wrong? > > -- > Thanks, > > Josh Paetzel > _______________________________________________ I'm pretty sure putty uses a different form of encryption with their key files. I know they do in the Windows version anyway. They have a tool you can use to convert your key into something putty likes. Try to find putty-keygen or something along those lines; perhaps as a separate port. I've had issues like this connecting to my FreeBSD boxes from Windows with putty, but ultimately found a way to import the BSD key into puttys format with their key-generator program. -brian