A network administrator is establishing remote management capabilities for several headless Linux servers and core network switches located at a remote branch office. Administrative traffic must travel across an untrusted public connection without exposing authentication credentials or session data to cleartext interception. Which of the following configurations and protocols should the administrator implement to meet these requirements securely? (Select TWO.)
- Allow incoming Secure Shell (SSH) traffic over TCP port 22 on the boundary firewall.Answer
- Establish a virtual private network (VPN) connection to encrypt all administrative traffic prior to accessing internal management interfaces.Answer
- CEnable Telnet access over TCP port 23 to permit lightweight terminal management across the router's WAN interface.
- DConfigure Remote Desktop Protocol (RDP) on TCP port 3389 to manage the native console environment of the headless Linux appliances.
Answer
The administrator should permit SSH traffic on TCP port 22 and establish a VPN connection to encapsulate remote management sessions across public networks.
Secure remote command-line management across public networks requires end-to-end encryption. SSH (TCP port 22) guarantees encrypted terminal sessions, protecting credentials and commands from eavesdropping. Implementing a VPN creates a secure network tunnel that hides internal management ports from public exposure and encrypts all network packets sent to the branch office.
Step-by-Step Solution
Key Concept
Secure remote command-line administration using SSH (TCP 22) and VPN tunnel encapsulation