Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Should I use Telnet and FTP for remote access?

Answer:

In a word, No.

The problem with Telnet, FTP, and other non-encrypted protocols is that everything is sent across the network as plain text. This means that someone running a sniffing program on the network, which is very simple under many circumstances, can see all of your traffic - including your login and password.

Consider replacing Telnet and FTP with SSh.

Source: http://www.linuxsecurity.com/docs/colsfaq.html#4.6

  1. Emulate telnet using nc
  2. Why can’t I telnet into my Linux box as root?
  3. How to get my Facebook App’ access token?
  4. Block website access in Linux
  5. How to transfer your identity.pub to the remote machine’s authorized_keys?

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>