FTP Security in RHEL

Edit /etc/xinetd.d/gssftp

Delete the -a on the line that reads as follows:

server_args = -l -a

Then reset xinetd by typing the following:

service xinetd stop
service xinetd start

Similar Posts