1833538 Members
2974 Online
110061 Solutions
New Discussion

disabling the services

 
gany59
Regular Advisor

disabling the services

how to disable the ftp and telnet and ssh for all users
2 REPLIES 2
fizan
Super Advisor

Re: disabling the services

In /etc/rc.config.d/inetd
# the telnet,ftp, services..
fizan
Super Advisor

Re: disabling the services

hi sorry try out with this..

To disable Telnet and FTP

vi /etc/inetd.conf

make hash (#) two lines
#ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l
#telnet stream tcp6 nowait root /usr/lbin/telnetd telnetd

Then reinialize the inetd service

/usr/sbin/inetd -c