During a routine internal security audit, a network analyst discovers that administrators are using Telnet to remotely configure network infrastructure devices, exposing authentication credentials in unencrypted cleartext across internal subnets. Security policy requires immediately replacing this practice with Secure Shell (SSH) to secure all interactive administrative sessions. Which default port and transport layer protocol combination must be permitted on internal firewalls to allow SSH traffic?
- TCP port 22Answer
- BUDP port 22
- CTCP port 23
- DUDP port 23
Answer
TCP port 22
Secure Shell (SSH) operates over TCP port 22 by default. SSH provides encrypted terminal management sessions and relies on TCP's connection-oriented delivery to maintain session integrity.
Step-by-Step Solution
Key Concept
Common Ports and Protocols - SSH (TCP 22) vs Telnet (TCP 23)