Ensure FTP Server is not enabled

Details

The File Transfer Protocol (FTP) provides networked computers with the ability to transfer files.

Solution

Run one of the following commands to disable vsftpd :
# chkconfig vsftpd off
# systemctl disable vsftpd
# update-rc.d vsftpd disable

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles