A network field technician needs to connect to a remote network device to perform configuration updates over an untrusted external network. The session requires full transport-layer encryption for all command-line traffic and authentication credentials. Which protocol and default network port combination should the technician use?
- 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 provides an encrypted terminal connection suitable for remote administration over untrusted networks.
SSH (Secure Shell) encrypts all traffic between the client and the remote host, operating on default TCP port 22. It is the industry standard tool for secure, remote command-line administration across untrusted network paths.
Step-by-Step Solution
Key Concept
SSH protocol security characteristics and default port assignment