From owner-freebsd-questions@FreeBSD.ORG Thu Oct 23 09:24:14 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 C9865106567C for ; Thu, 23 Oct 2008 09:24:14 +0000 (UTC) (envelope-from callumgibson@optusnet.com.au) Received: from fallbackmx09.syd.optusnet.com.au (fallbackmx09.syd.optusnet.com.au [211.29.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 479038FC21 for ; Thu, 23 Oct 2008 09:24:13 +0000 (UTC) (envelope-from callumgibson@optusnet.com.au) Received: from mail07.syd.optusnet.com.au (mail07.syd.optusnet.com.au [211.29.132.188]) by fallbackmx09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m9N55CsM004972 for ; Thu, 23 Oct 2008 16:05:12 +1100 Received: from omma.gibson.athome (c122-106-69-195.rivrw1.nsw.optusnet.com.au [122.106.69.195]) by mail07.syd.optusnet.com.au (8.13.1/8.13.1) with SMTP id m9N559Cj009028 for ; Thu, 23 Oct 2008 16:05:10 +1100 Received: (qmail 56049 invoked by uid 107); 23 Oct 2008 16:05:09 +1100 Date: 23 Oct 2008 16:05:09 +1100 Date: Thu, 23 Oct 2008 16:05:09 +1100 From: Callum Gibson To: freebsd-questions@freebsd.org Message-ID: <20081023050509.GA55909@omma.gibson.athome> References: <48FFDE14.1080103@el.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48FFDE14.1080103@el.net> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: scp 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, 23 Oct 2008 09:24:14 -0000 On 22Oct08 22:14, kalin m wrote: }> I usually cheat and grab a copy of ssh-copy-id from the web; I suspect }> your issue has to do with permissions for the .ssh directory and the }> authorized_keys file. }permissions are 600 for the file and 700 for .ssh Permission of the remote user's home directory is another one to check. It can only be writable by the user. -- Callum Gibson @ home http://members.optusnet.com.au/callumgibson/