1. Home
  2. Security Hardening
  3. CIS IBM AIX 7.1 L1 V1.1.0
  4. Miscellaneous Enhancements – /etc/ftpusers

Miscellaneous Enhancements – /etc/ftpusers

Details

This change adds the root user to the /etc/ftpusers file, which disables ftp for root.

This change ensures that direct root ftp access is disabled. As detailed previously, ftp as a service should be disabled. If the service has to be enabled then this change must be implemented to ensure that remote root file transfer access is not enabled.

Solution

Add root to the /etc/ftpusers file-

echo ‘root’ >> /etc/ftpusers

Supportive Information

The following resource is also helpful.

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

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles