I have noticed quite a few anonymous ftp connections on our server. But I couldn't find out who's account they login under. Can anyone give me some direction here. I am running redhat 7.1/WHM/Cpanel/Proftpd.
Also, any idea how to turn off anonymous ftp access server wide??
Thanks in advance.
allan
02-14-2002, 04:34 PM
Originally posted by Eiv
Also, any idea how to turn off anonymous ftp access server wide??
In your proftpd.conf file remove the anonymous user:
http://www.proftpd.org/docs/faq/proftpdfaq-5.html#ss5.19
jahsh
02-15-2002, 08:07 PM
netstat will tell you who is logged in
bitserve
02-15-2002, 09:19 PM
Originally posted by jahsh
netstat will tell you who is logged in
Where'd you get your netstat program? Do you have to pass it certain parameters for it to tell you who is logged in?
Thanks. :)
allan
02-15-2002, 11:55 PM
Originally posted by jahsh
netstat will tell you who is logged in
I don't think a default installation of netstat gives you that information. Even running in verbose mode, it only tells you the user that owns a process:
<removed example that funked up the board -- run netstat -ev to see what I mean>
magnafix
02-16-2002, 01:11 AM
With proftpd, 'ftpwho -v' works nice :)