From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 13:54:38 2005 Return-Path: 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 731DD16A4CE for ; Sun, 6 Mar 2005 13:54:38 +0000 (GMT) Received: from shell.reiteration.net (82-34-179-228.cable.ubr01.sout.blueyonder.co.uk [82.34.179.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE15743D1F for ; Sun, 6 Mar 2005 13:54:37 +0000 (GMT) (envelope-from lists@reiteration.net) Received: from [127.0.0.1] (helo=reiteration.net) by shell.reiteration.net with esmtp (Exim 4.44 (FreeBSD)) id 1D7wJl-0003jh-9o; Sun, 06 Mar 2005 14:01:13 +0000 From: "John" To: mrb@bmyster.com, questions@freebsd.org Date: Sun, 6 Mar 2005 14:01:10 +0000 Message-Id: <20050306135813.M24189@reiteration.net> In-Reply-To: <20050305181134.M99248@bmyster.com> References: <20050305181134.M99248@bmyster.com> X-Mailer: Open WebMail 2.50 20050106 X-OriginatingIP: 192.168.1.7 (jfm) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: lists@reiteration.net X-SA-Exim-Scanned: No (on shell.reiteration.net); SAEximRunCond expanded to false Subject: Re: help configuring ssh pub keys instead of passwords X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 13:54:38 -0000 On Sat, 5 Mar 2005 13:38:39 -0500, Brent wrote [SNIP] > > i then tried to use the key from a winblows putty ssh client and i > get the folowing error when trying to login to the unix box > > Unable to use key file "C:\id_dsa" (OpenSSH SSH2 private key) > > Any help is very appreciated You need to use puttygen to convert the key from openssh format (id_dsa) to putty's own format (.ppk) -- lists@reiteration.net