A network administrator needs to grant a third-party vendor secure command-line management access to an edge network appliance across an untrusted public connection. Corporate security policy strictly prohibits transmitting administrative credentials or session traffic in cleartext. Which remote access protocol and default port combination should be configured to satisfy this security requirement?
- SSH over TCP port 22Answer
- BTelnet over TCP port 23
- CRDP over TCP port 3389
- DSFTP over TCP port 21
Answer
SSH over TCP port 22
Secure Shell (SSH) on TCP port 22 provides an encrypted communication channel for remote command-line sessions, satisfying the requirement for secure administration over untrusted network paths.
Step-by-Step Solution
Key Concept
Secure Shell (SSH) default port assignment and encryption capabilities for remote CLI management