Jump to content

telnet / ftp


luca2

Recommended Posts

Hi, I am running 6.5.3 stable. Just wanted to ask if telnet and ftp are enabled by default. If yes how can I check (command line) if they are on or off.

 

Also, is this still valid?

Quote

To disable both FTP and Telnet at the same time, use the Tips and Tweaks plugin (easy!), or add the following 2 lines instead to the /boot/config/go script

sed -i -e 's/^telnet/#telnet/;s/^ftp/#ftp/' /etc/inetd.conf
/etc/rc.d/rc.inetd restart

 

Rgds.

Link to comment

You could just "netstat --listen" on your box, look for the Telnet or FTP ports being open, and then manually edit /etc/inetd.conf (by commenting out the line for FTP, which - at least on my box - appears to have been enabled by default), then proceeding to /etc/rc.d/rc.inetd restart

 

Edited to add: my box is only 2 months old and FTP was enabled by default; Telnet wasn't

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...