From owner-freebsd-questions@FreeBSD.ORG Thu Jan 18 18:14:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7461F16A412 for ; Thu, 18 Jan 2007 18:14:36 +0000 (UTC) (envelope-from noeldude@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 343E213C46A for ; Thu, 18 Jan 2007 18:14:36 +0000 (UTC) (envelope-from noeldude@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so133318ana for ; Thu, 18 Jan 2007 10:14:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Yt1eCodYWit+OS7p8f+gq2mJX/ERXfSbu4XdmESyXDRuazLo/nxMdAppCHhxDSXUASrN8/benEynuUYQsJCZPIxsWcC9Iv8Hqn9klCvY/CwlBo6fmR9L7VObwC7juW1cyCMQWycuYdAqc/vfo5GsO+FLG9bz3hliR7jC/SfJ1rs= Received: by 10.64.241.3 with SMTP id o3mr1468677qbh.1169144074977; Thu, 18 Jan 2007 10:14:34 -0800 (PST) Received: by 10.65.156.16 with HTTP; Thu, 18 Jan 2007 10:14:34 -0800 (PST) Message-ID: Date: Thu, 18 Jan 2007 12:14:34 -0600 From: "Noel Jones" To: "Christian Baer" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: ssh public key authentification X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 18:14:36 -0000 On 1/18/07, Christian Baer wrote: > The whole thing should be pretty trivial: I created a key using PuTTY, > copied the public key to ~/.ssh/authorized_keys (everthing in one line), > chose the private key in PuTTY and tried to log in. All I got in > response was: "Server refused out key." > Did you copy the displayed "Public key for pasting into OpenSSH" from PuttyGEN, or did you paste the actual contents of the public key? Putty's on-disk format for public keys is not compatible with OpenSSH. -- Noel Jones