Which remote access protocol is considered secure and preferred over Telnet?

Study for the EC-Council Certified Ethical Hacker (CEH) v13 Exam. Utilize flashcards and multiple-choice questions with helpful hints and detailed explanations. Excel in your exam preparation!

Multiple Choice

Which remote access protocol is considered secure and preferred over Telnet?

Explanation:
Remote access sessions must protect credentials and commands from interception. SSH, or Secure Shell, provides an encrypted channel and robust authentication for remote login and command execution, so credentials and session data stay confidential and tamper-proof even over untrusted networks. Telnet sends everything in plaintext, so passwords and commands can be captured and read by anyone monitoring the traffic. HTTP is designed for web traffic, not interactive remote administration, and FTP is a file-transfer protocol that often transmits credentials in plaintext as well (secure variants exist, but they’re not used for interactive remote shells like SSH). For these reasons, SSH is the secure and preferred option for remote access over Telnet.

Remote access sessions must protect credentials and commands from interception. SSH, or Secure Shell, provides an encrypted channel and robust authentication for remote login and command execution, so credentials and session data stay confidential and tamper-proof even over untrusted networks.

Telnet sends everything in plaintext, so passwords and commands can be captured and read by anyone monitoring the traffic. HTTP is designed for web traffic, not interactive remote administration, and FTP is a file-transfer protocol that often transmits credentials in plaintext as well (secure variants exist, but they’re not used for interactive remote shells like SSH).

For these reasons, SSH is the secure and preferred option for remote access over Telnet.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy