3.4.2 Remote daemon lockdown - tftpd

Information

Removes all permissions from the remote service daemons- , rlogind, rshd and also tftpd.

This effectively disables the following daemons, for all users-

/usr/sbin/rlogind
/usr/sbin/rshd
/usr/sbin/tftpd

These remote services both send and receive usernames and passwords in clear text and should not be used. Unless required these daemons will be disabled for all users.

Solution

Use the chmod command to remove all permissions on the remote services-

chmod ugo= /usr/sbin/tftpd

See Also

https://workbench.cisecurity.org/files/528