A network technician needs to establish a secure, encrypted command-line session to manage a remote Linux server across an untrusted public network. Which remote access protocol and default port combination should the technician use?
- 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 for secure, encrypted remote command-line administration.
SSH (Secure Shell) on TCP port 22 is the industry-standard protocol for establishing secure, encrypted command-line remote administration sessions to remote servers over untrusted networks.
Step-by-Step Solution
Key Concept
Remote Access Protocols and Network Ports