A systems administrator needs to configure a network firewall to allow remote command-line administration of a headless Linux web server over an untrusted external network. The management session must ensure that login credentials and command outputs are fully encrypted in transit. Which of the following default protocol and port combinations should the administrator permit through the firewall?
- SSH over TCP port 22Answer
- BTelnet over TCP port 23
- CRDP over TCP port 3389
- DVNC over TCP port 5900
Answer
SSH over TCP port 22 is the correct choice because it provides secure, encrypted command-line access for remote administration over untrusted networks.
SSH (Secure Shell) operating on default TCP port 22 is designed specifically to establish secure, encrypted shell/command-line sessions over unsecure public networks, ensuring confidentiality of administrator credentials and transmitted data.
Step-by-Step Solution
Key Concept
SSH vs Telnet and default port assignments for secure remote command-line administration
Estimated Time:1m 0s