From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 20:39:37 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 714151065678 for ; Tue, 4 Nov 2008 20:39:37 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from rv-out-0304.google.com (rv-out-0304.google.com [209.85.198.210]) by mx1.freebsd.org (Postfix) with ESMTP id 52DBF8FC2B for ; Tue, 4 Nov 2008 20:39:37 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by rv-out-0304.google.com with SMTP id b20so1766921rvf.31 for ; Tue, 04 Nov 2008 12:39:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.135.1 with SMTP id i1mr3354wad.27.1225831176650; Tue, 04 Nov 2008 12:39:36 -0800 (PST) Message-ID: <001636417a85d6c0f0045ae30fbf@google.com> Date: Tue, 04 Nov 2008 12:39:36 -0800 From: af300wsm@gmail.com To: =?UTF-8?B?QXNoaXNoIFNodWtsYSDgpIbgpLbgpYDgpLcg4KS24KWB4KSV4KWN4KSy?= , Andrew Falanga , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Re: Authentication with SSH using public keys 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: Tue, 04 Nov 2008 20:39:37 -0000 > > > > Following onto the e-mail I made before, apparently that little permissions > > > difference for the directory, .ssh, was the problem. Changing it to 644 has, > > > apparently, fixed the problem. > > > > Cool :) . I learnt this from my first SSH public-key authentication > > configuration ;) > > > > Ashish > > -- > Of course I meant to say that changing the perms to 755 fixed it, not 644. I'm still reviewing the docs but I think that this directory could be made 700, is that correct? Or, at the least, 750?