A systems administrator is configuring a host-based firewall on a Linux management server. The server must accept incoming secure remote command-line administration sessions using Secure Shell (SSH). Which of the following port and transport protocol combinations must be permitted?
- TCP port 22Answer
- BUDP port 22
- CTCP port 23
- DUDP port 23
Answer
TCP port 22
Secure Shell (SSH) is a secure, encrypted protocol for remote terminal connections that operates by default over TCP port 22.
Step-by-Step Solution
Key Concept
Default Port and Transport Protocol for SSH
Estimated Time:45s