A systems administrator is establishing a remote management infrastructure to allow internal engineers to manage both Windows 11 Pro workstations and Linux servers located at a remote branch office across an untrusted public network. Which TWO of the following requirements and settings must be implemented to ensure secure remote access and protocol functionality?
- Establish a secure Virtual Private Network (VPN) connection prior to initiating unencrypted or direct remote management sessions over the internet.Answer
- Configure the perimeter firewall to allow inbound traffic on TCP port 22 for secure command-line administration of Linux systems via SSH.Answer
- CConfigure perimeter firewall rules to allow inbound TCP port 23 to enable encrypted command-line session management.
- DEnable the inbound Remote Desktop feature natively on remote client endpoints that run Windows 11 Home edition.
Answer
Establishing a VPN connection prior to managing systems over public networks and allowing inbound traffic on TCP port 22 for SSH Linux administration are the required settings.
Establishing a VPN connection secures administrative traffic sent across untrusted public networks by creating an encrypted tunnel. Additionally, SSH uses default TCP port 22 to provide encrypted command-line management for Linux systems.
Step-by-Step Solution
Key Concept
Remote access protocol security, default ports (SSH TCP 22 vs Telnet TCP 23), VPN tunneling requirements, and Windows edition RDP hosting capabilities.