From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 17:49:41 2003 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 45EDC37B401 for ; Thu, 3 Jul 2003 17:49:41 -0700 (PDT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CDC43FEC for ; Thu, 3 Jul 2003 17:49:40 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out002.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030704004939.LVXB13328.out002.verizon.net@mac.com>; Thu, 3 Jul 2003 19:49:39 -0500 Message-ID: <3F04CF16.3060702@mac.com> Date: Thu, 03 Jul 2003 20:49:26 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Per olof Ljungmark References: <3F04AB61.2010405@intersonic.se> In-Reply-To: <3F04AB61.2010405@intersonic.se> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [141.149.47.46] at Thu, 3 Jul 2003 19:49:39 -0500 cc: FreeBSD-questions Subject: Re: Opinions on ftp-server 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: Fri, 04 Jul 2003 00:49:41 -0000 Per olof Ljungmark wrote: > Access is for clients editing webpages, no anonymous. Number of users is > low so authorization through passwd is fine. The FTP procotol sends passwords unencrypted: don't use FTP for "real users" if you can avoid it by using scp, sftp, rsync+ssh, or anything else. -Chuck