A network administrator is establishing a new perimeter security policy for remote administration. The policy requires all administrative command-line connections and system file uploads to remote Linux servers to be encrypted using a single protocol suite. Which of the following default port numbers must be permitted through the firewall to satisfy this requirement?
- 22Answer
- B23
- C21
- D53
Answer
Port 22 should be allowed through the firewall to permit encrypted SSH and SFTP access.
TCP Port 22 is used by Secure Shell (SSH) and SSH File Transfer Protocol (SFTP). SSH provides an encrypted terminal connection for remote command-line administration, while SFTP leverages the same encrypted SSH channel to transfer files securely.
Step-by-Step Solution
Key Concept
Standard TCP/UDP Port Numbers and Secure Network Protocols