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

Prepare for the EC-Council Certified Ethical Hacker (CEH) v13 Exam with our comprehensive study resources. Ace your exam with flashcards and multiple-choice questions complete with hints and explanations. Get exam-ready now!

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 Examzify

You can unsubscribe at any time. Read our privacy policy