SY0-301 · Question #30
Which of the following is BEST used as a secure replacement for TELNET?
The correct answer is D. SSH. Telnet is a legacy remote access protocol that transmits all data-including credentials and commands-in plaintext, making it trivially interceptable. SSH (Secure Shell) is its direct, secure replacement: it provides the same remote terminal access functionality but encrypts the…
Question
Which of the following is BEST used as a secure replacement for TELNET?
Options
- AHTTPS
- BHMAC
- CGPG
- DSSH
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C3% (1)
- D89% (32)
Explanation
Telnet is a legacy remote access protocol that transmits all data-including credentials and commands-in plaintext, making it trivially interceptable. SSH (Secure Shell) is its direct, secure replacement: it provides the same remote terminal access functionality but encrypts the entire session using strong cryptography. HTTPS secures web traffic (HTTP), not terminal sessions. HMAC (Hash-based Message Authentication Code) is a mechanism for verifying message integrity and authenticity, not a remote access protocol. GPG (GNU Privacy Guard) is used for encrypting and signing files and emails, not for interactive remote sessions.
Topics
Community Discussion
No community discussion yet for this question.