A network administrator needs to configure a firewall rule to allow secure, encrypted command-line administration of a remote Linux server using Secure Shell (SSH). Which transport protocol and port number combination must be permitted in the firewall rule?
- TCP port 22Answer
- BUDP port 22
- CTCP port 23
- DTCP port 443
Answer
TCP port 22
Secure Shell (SSH) is the standard network protocol used for secure, encrypted remote command-line login and system administration. It operates over TCP port 22.
Step-by-Step Solution
Key Concept
Common Ports and Protocols - Secure Shell (SSH)