N10-009 · Question #499
N10-009 Question #499: Real Exam Question with Answer & Explanation
The correct answer is D: SSH. SSH (Secure Shell) is the standard and most secure protocol for remote command-line access and management of Linux-based systems, including Ubuntu servers. HTTPS is used for secure web traffic, not direct server management. SFTP runs over SSH but is used for secure file transfers
Question
A network administrator needs to securely connect to an Ubuntu server for management purposes. Which of the following protocols will most likely address this requirement?
Options
- AHTTPS
- BSFTP
- CRDP
- DSSH
Explanation
SSH (Secure Shell) is the standard and most secure protocol for remote command-line access and management of Linux-based systems, including Ubuntu servers. HTTPS is used for secure web traffic, not direct server management. SFTP runs over SSH but is used for secure file transfers, not server administration. RDP (Remote Desktop Protocol) is primarily for Windows systems, not Ubuntu/Linux. SSH is the correct protocol for securely managing an Ubuntu server.
Community Discussion
No community discussion yet for this question.