N10-009 · Question #499
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?
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…
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
How the community answered
(28 responses)- A4% (1)
- D96% (27)
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.