SY0-301 · Question #513
A security analyst needs to logon to the console to perform maintenance on a remote server. Which of the following protocols would provide secure access?
The correct answer is B. SSH. SSH (Secure Shell) provides encrypted, authenticated remote terminal/console access to servers over port 22. It is the standard protocol for secure interactive command-line sessions. SCP (A) and SFTP (C) are file transfer protocols built on SSH - they do not provide interactive c
Question
A security analyst needs to logon to the console to perform maintenance on a remote server. Which of the following protocols would provide secure access?
Options
- ASCP
- BSSH
- CSFTP
- DHTTPS
How the community answered
(44 responses)- A2% (1)
- B91% (40)
- C2% (1)
- D5% (2)
Explanation
SSH (Secure Shell) provides encrypted, authenticated remote terminal/console access to servers over port 22. It is the standard protocol for secure interactive command-line sessions. SCP (A) and SFTP (C) are file transfer protocols built on SSH - they do not provide interactive console sessions. HTTPS (D) is used for secure web traffic, not remote terminal login.
Topics
Community Discussion
No community discussion yet for this question.