SUMMARY:FTP server

Jason Harrell (jason@jsa.com)
Mon, 19 Jan 1998 13:40:34 -0600

Well. . . for all those who don't know how to prevent root logins on
Solaris FTP servers (in.ftpd)...

read the man page on ftpd

remove root's shell out of /etc/shells (haven't tried this one)

create a file called /etc/ftpusers and add the one line entry:
root

Thanks to everyone who responded :)