Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2000 11:17:32 -0500 (EST)
From:      Kelly Yancey <kbyanc@posi.net>
To:        sdf dsg <karnanfans@hotmail.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: FTP server
Message-ID:  <Pine.BSF.4.05.10003311113560.89696-100000@kronos.networkrichmond.com>
In-Reply-To: <20000331160805.36797.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 31 Mar 2000, sdf dsg wrote:

> after i have looked arround i cant find where to restrict ftp users to their 
> home dir only, pleas help me!!!!!

  The man pages are always good places to start. See ftpd(8), particularly
the paragraph:

	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 ac-
	count.  The account should also be set up as for an anonymous
	account.

  Personally, I'm fond of putting ftp-chroot in login.conf for a user
class specific to FTP users, but your mileage may vary.

  Kelly

--
Kelly Yancey  -  kbyanc@posi.net  -  Richmond, VA
Analyst / E-business Development, Bell Industries  http://www.bellind.com/
Maintainer, BSD Driver Database       http://www.posi.net/freebsd/drivers/
Coordinator, Team FreeBSD        http://www.posi.net/freebsd/Team-FreeBSD/



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10003311113560.89696-100000>