nerdexam
CompTIA

SY0-301 · Question #308

Which of the following would be used as a secure substitute for Telnet?

The correct answer is A. SSH. Telnet provides remote command-line access to a device but transmits all data, including credentials, in cleartext. SSH (Secure Shell) is its direct, encrypted replacement - it provides the same remote shell functionality over an encrypted channel using strong cryptography (typic

General security concepts

Question

Which of the following would be used as a secure substitute for Telnet?

Options

  • ASSH
  • BSFTP
  • CSSL
  • DHTTPS

How the community answered

(23 responses)
  • A
    87% (20)
  • B
    9% (2)
  • C
    4% (1)

Explanation

Telnet provides remote command-line access to a device but transmits all data, including credentials, in cleartext. SSH (Secure Shell) is its direct, encrypted replacement - it provides the same remote shell functionality over an encrypted channel using strong cryptography (typically operating on port 22 vs. Telnet's port 23). SFTP (B) is SSH File Transfer Protocol, used for secure file transfers, not interactive shell sessions. SSL (C) is a transport-layer encryption protocol used as the foundation for HTTPS, not a remote shell protocol. HTTPS (D) is HTTP over SSL/TLS for secure web browsing, not a Telnet replacement. SSH is the accepted industry standard substitute for Telnet.

Topics

#SSH#Telnet replacement#secure remote access#protocols

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice