From owner-freebsd-questions@FreeBSD.ORG Fri Jan 19 09:41:31 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 11E4716A407 for ; Fri, 19 Jan 2007 09:41:31 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from mx1.netclusive.de (mx1.netclusive.de [89.110.132.131]) by mx1.freebsd.org (Postfix) with ESMTP id 336E413C45D for ; Fri, 19 Jan 2007 09:41:29 +0000 (UTC) (envelope-from news@nermal.rz1.convenimus.net) Received: from nermal.rz1.convenimus.net (p3EE21476.dip0.t-ipconnect.de [62.226.20.118]) by mx1.netclusive.de (Postfix) with ESMTP id A908CDE82A3 for ; Fri, 19 Jan 2007 10:41:28 +0100 (CET) Received: by nermal.rz1.convenimus.net (Postfix, from userid 8) id 66C1415213; Fri, 19 Jan 2007 10:41:27 +0100 (CET) To: freebsd-questions@freebsd.org Path: not-for-mail From: Christian Baer Newsgroups: gmane.os.freebsd.questions Date: Fri, 19 Jan 2007 10:41:22 +0100 Organization: Convenimus Projekt Lines: 15 Message-ID: References: <200701181701.04719.kirk@strauser.com> NNTP-Posting-Host: sunny.rz1.convenimus.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: nermal.rz1.convenimus.net 1169199687 41888 192.168.100.5 (19 Jan 2007 09:41:27 GMT) X-Complaints-To: abuse@convenimus.net NNTP-Posting-Date: Fri, 19 Jan 2007 09:41:27 +0000 (UTC) User-Agent: KNode/0.10.4 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: Fri, 19 Jan 2007 09:41:31 -0000 Kirk Strauser wrote: >> The problem was not the authorized_keys file itself, it was my home >> directory. > I don't think so. More likely, it was the .ssh directory itself. Nope. :-) The only thing I changed was /usr/home/christian from mode 770 to mode 750. Then it worked. I'm guessing it was the write-bit for the group which lead the sshd not to trust the key. Regards, Chris