Red_Hat
RH302 · Question #177
You have ftp site named ftp.example.com. You want to deny login as an anonymous on your ftp site. Configure to deny the anonymous.
vi /etc/vsftpd/vsftpd.conf Ensure the following line is set to 'NO' or 'no' in the vsftpd.conf file: anonymous_enable=NO service vsftpd restart
Service management
Question
You have ftp site named ftp.example.com. You want to deny login as an anonymous on your ftp site. Configure to deny the anonymous.
Explanation
vi /etc/vsftpd/vsftpd.conf
Ensure the following line is set to 'NO' or 'no' in the vsftpd.conf file:
anonymous_enable=NO service vsftpd restart
Topics
#vsftpd#anonymous FTP#FTP configuration#service hardening
Community Discussion
No community discussion yet for this question.