220-1002 · Question #438
A technician needs to manage a Linux workstation remotely. This workstation contains highly sensitive data, and therefore, it must be accessed in the most secure method possible. Which of the…
The correct answer is C. SSH. SSH (Secure Shell) is the correct choice for secure remote management of a Linux system. It encrypts all traffic-including authentication credentials and commands-between the client and server, protecting sensitive data from interception. Telnet (A) transmits data in plaintext…
Question
A technician needs to manage a Linux workstation remotely. This workstation contains highly sensitive data, and therefore, it must be accessed in the most secure method possible. Which of the following technologies should the technician use to manage this system?
Options
- ATelnet
- BHTTPS
- CSSH
- DRDP
- ESFTP
How the community answered
(47 responses)- A2% (1)
- C89% (42)
- D2% (1)
- E6% (3)
Explanation
SSH (Secure Shell) is the correct choice for secure remote management of a Linux system. It encrypts all traffic-including authentication credentials and commands-between the client and server, protecting sensitive data from interception. Telnet (A) transmits data in plaintext and should never be used for sensitive systems. HTTPS (B) is a web protocol, not a remote management shell. RDP (D) is Microsoft's Remote Desktop Protocol, designed primarily for Windows. SFTP (E) is used for secure file transfers, not full system management. SSH provides an encrypted, authenticated command-line interface specifically designed for this use case.
Topics
Community Discussion
No community discussion yet for this question.