QuestionQ562

Security Fundamentals

Which protocol is used to provide secure remote CLI access?

  • A Telnet
  • B HTTP
  • C HTTPS
  • D SSH
Explanation

SSH (Secure Shell) is the standard protocol for secure remote command-line access because it encrypts the session and supports authenticated remote shell connections. Telnet provides remote CLI access without encryption, while HTTP and HTTPS are primarily used for web communication rather than interactive remote shell access.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!