A network administrator needs to configure secure, remote command-line access to manage a Linux server over an untrusted public network. Which protocol and default port combination should be permitted through the network firewall?
- SSH on TCP port 22Answer
- BTelnet on TCP port 23
- CRDP on TCP port 3389
- DVNC on TCP port 5900
Answer
SSH on TCP port 22 is the correct choice because it provides an encrypted command-line session suitable for remote Linux administration.
SSH (Secure Shell) on TCP port 22 provides strong encryption for remote terminal sessions, securing credentials and command-line traffic transmitted across public networks.
Step-by-Step Solution
Key Concept
Remote Access Protocols and Ports (SSH vs Telnet / RDP / VNC)