AIX ftpd daemon must not be running.
An XCCDF Rule
Description
The ftp service is used to transfer files from or to a remote machine. The username and passwords are passed over the network in clear text and therefore insecurely. Remote file transfer, if required, should be facilitated through SSH.
- ID
- SV-215259r987796_rule
- Version
- AIX7-00-002060
- Severity
- High
- References
- Updated
Remediation Templates
A Manual Procedure
Disable "ftp" daemon entry in "/etc/inetd.conf" using command:
# chsubserver -r inetd -C /etc/inetd.conf -d -v 'ftp' -p 'tcp6'
Reload the inetd process:
# refresh -s inetd