A field support engineer must access the graphical user interface (GUI) of a remote Linux diagnostic server located at a branch office. The server runs a standard Virtual Network Computing (VNC) service configured to listen on its default port. Corporate security policy prohibits transmitting cleartext management traffic over the public internet and explicitly blocks inbound traffic on TCP port 5900 at the perimeter firewall. Which strategy allows the engineer to establish a secure, policy-compliant graphical session to the remote server?
- Configure an SSH tunnel on TCP port 22 to encrypt traffic and forward the local VNC client connection to the remote server's loopback interface.Cevap
- BReconfigure the perimeter firewall to map incoming Telnet traffic on TCP port 23 directly to TCP port 5900 on the internal Linux server.
- CInitiate a Telnet session on TCP port 23 to establish an encrypted graphical stream to the Linux server's diagnostic environment.
- DInstall Remote Desktop Protocol (RDP) services on the server and connect using Windows Home edition default settings without VPN pre-authentication.
Cevap
Establish an SSH tunnel over TCP port 22 to encrypt traffic and forward the local VNC viewer connection to the remote server.
Virtual Network Computing (VNC) operates by default over TCP port 5900 without native encryption. When perimeter firewalls block port 5900 and corporate policies require secure communication, technicians use Secure Shell (SSH) port forwarding over TCP port 22. The SSH connection establishes an encrypted tunnel between the client and remote host. The local VNC viewer client connects to a local port, which routes encrypted data through TCP port 22 to the remote Linux server's loopback interface on port 5900.
Adım Adım Çözüm
Anahtar Kavram
SSH Tunneling and VNC Remote Desktop Security