From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 14:30:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9085A16A41F for ; Thu, 20 Oct 2005 14:30:47 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC3A43D62 for ; Thu, 20 Oct 2005 14:30:46 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so252647wxc for ; Thu, 20 Oct 2005 07:30:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FVYp77LSsaksnCHOqoNiVSaZla44xryrIG7KFbvOc/jc9a1VAIqpxokK/RLQ+6nakpXN+xJRLRBQKb7I1JVo/Jf+NKI76szhMZ4QivXaFYUF3VTKUWy5EmlFuoM7zH9PjB4tz3jxWtnebsnhiSnzALxx2Xlo5fmvS6gAKYTJyW0= Received: by 10.70.118.3 with SMTP id q3mr944036wxc; Thu, 20 Oct 2005 07:30:46 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Thu, 20 Oct 2005 07:30:46 -0700 (PDT) Message-ID: <35c231bf0510200730w7908b714g90711469c8342ffd@mail.gmail.com> Date: Thu, 20 Oct 2005 07:30:46 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Olaf Greve In-Reply-To: <43579BE4.90305@axis.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <435767E5.7020002@axis.nl> <43578CD9.9020309@axis.nl> <43579BE4.90305@axis.nl> Cc: freebsd-questions Subject: Re: Weird SSH problem... Any ideas?!? 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, 20 Oct 2005 14:30:47 -0000 On 10/20/05, Olaf Greve wrote: > Hi, > > > Well, it all seems to be a question of granting users access to the > > right file. Have you checked permissions on /etc/passwd and /etc/pwd.db= ? > > These are both 644, owned by root:wheel. > > > These should be world readable while /etc/master.passwd and /etc/spwd.d= b > > should not. > > These are both 600, owned by root:wheel. How about /etc and / itself? They should be 755.