From owner-freebsd-questions Wed Sep 12 13:38:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from teak.adhesivemedia.com (teak.adhesivemedia.com [207.202.159.79]) by hub.freebsd.org (Postfix) with ESMTP id 014DF37B40F for ; Wed, 12 Sep 2001 13:38:42 -0700 (PDT) Received: from localhost (philip@localhost) by teak.adhesivemedia.com (8.11.6/8.11.6) with ESMTP id f8CKcdE26672; Wed, 12 Sep 2001 13:38:39 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Date: Wed, 12 Sep 2001 13:38:39 -0700 (PDT) From: Philip Hallstrom To: Andre` Niel Cameron Cc: Subject: Re: Secure FTP Server In-Reply-To: <022301c13bc8$7dfdfd60$a50410ac@olmct.net> Message-ID: <20010912133806.C26609-100000@teak.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG man ftpd 5. If the user name appears in the file /etc/ftpchroot, or the user is a member of a group with a group entry in this file, i.e. one prefixed with `@', the session's root will be changed to the user's login directory by chroot(2) as for an ``anonymous'' or ``ftp'' account (see next item). This facil- ity may also be triggered by enabling the boolean "ftp-chroot" capability in login.conf(5). However, the user must still supply a password. This feature is intended as a compromise between a fully anonymous account and a fully privileged account. The account should also be set up as for an anony- mous account. On Wed, 12 Sep 2001, Andre` Niel Cameron wrote: > I would like to know how to lock a user in a directory. Like make it so > they cant get any higher than /thiername > > Regards, > Andre` C. > Technical Support > ---------------------------------------------------------------------------- > - > Visit our support manual at http://supportmanual.com/ > ----- Original Message ----- > From: "Rob B" > To: > Sent: Wednesday, September 12, 2001 4:11 PM > Subject: Re: Secure FTP Server > > > > At 06:06 13/09/2001, Michael Pelletier wrote: > > >Does anyone know how I can implement a secure FTP server? > > > > Depending on your definition of secure, there is no such thing really, > > since FTP passwords are transmitted in cleartext. > > > > > > >My company is requiring a secure FTP server. I am looking for any info > > >that might be helpful. > > > > What requirements do you have? Encryption, locking users to a particular > > directory? > > > > Cheers, > > Rob > > > > > > -- > > Due to circumstances within our control, tomorrow will be cancelled. > > > > This is random quote 355 of a collection of 1160 > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message