From owner-freebsd-questions@FreeBSD.ORG Sat May 29 16:25:46 2004 Return-Path: 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 C4DA016A4CE for ; Sat, 29 May 2004 16:25:46 -0700 (PDT) Received: from outmx015.isp.belgacom.be (outmx015.isp.belgacom.be [195.238.2.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B4043D55 for ; Sat, 29 May 2004 16:25:46 -0700 (PDT) (envelope-from geert@lori.mine.nu) Received: from outmx015.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i4TNPjCw011225 for ; Sun, 30 May 2004 01:25:45 +0200 (envelope-from ) Received: from lori.mine.nu (199-55.240.81.adsl.skynet.be [81.240.55.199]) with ESMTP id i4TNPd2r011168; Sun, 30 May 2004 01:25:39 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 85BBC4E1; Sun, 30 May 2004 01:25:29 +0200 (CEST) Date: Sun, 30 May 2004 01:25:28 +0200 From: Geert Hendrickx To: Noah Message-ID: <20040529232528.GA16140@lori.mine.nu> References: <20040529213942.M22256@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040529213942.M22256@enabled.com> User-Agent: Mutt/1.4.2i X-PGP-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: pure-ftpd with SFTP and PureDB Authentication (fwd) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 23:25:46 -0000 On Sat, May 29, 2004 at 01:40:06PM -0800, Noah wrote: > > > FreeBSD 4.9-STABLE > pure-ftpd version 1.0.18 > > I am unable to login via SFTP using accounts that exist in the PureDB. > The password is denied according to the client and there are no log > messages collected in the server's log files. > > When I set the server's TLS option to disable SSL/TLS encryption layer > ( TLS 0 ) - I am able to log in with clear text passwords to accounts > located in the PureDB. > > I have PureDB authentication method uncommented in the pure-ftpd.conf > configuration file - attached below. > > so what am I doing wrong. how can I have SSL/TLS forced logins and allow > those with PureDB accounts to get authenticated please? > > cheers, > > noah sftp connects to sshd, not ftpd. So use ssh-login/pw for encrypted logins and sessions. GH