Anonymous Login Accounts

Wayne Mesard mesard at bbn.com
Wed Mar 9 06:16:40 AEST 1988


>From article <12181 at brl-adm.ARPA>, by chrisb at almsa-1.arpa (Christine Blumenkamp):
> I would like to know how to set up "anonymous" login accounts on several
> different systems that are on an Ethernet.  These accounts will be established
> for people using FTP (File Transfer Protocol) who need to copy files to/from
>[...]
> Are there any references that would be useful reading?

man 8C ftpd

Anonymous ftp connections do not have access to the entire file
structure.  Typically, a chroot(2) is done to limit access to files and
directories contained in /usr/ftp.

Follow the directions in the ftpd(8C) man page carefully since the
ftp daemon runs as super-user.  It's secure, but only if you get the
protections right.  Once you've set things up, try it out to make sure
anonymous users can't do anything nasty.


-- 
Wayne Mesard   | "The people of the North End don't like the city telling us
MESARD at BBN.COM | where and when we can and can't park our cars.  So as soon
BBN Labs,      | as they fix the meters, we jam em and break em, and paint em.
Cambridge, MA  | We call it a local referendum."  -JS



More information about the Comp.unix.questions mailing list