A system administrator needs to configure a server to securely transfer confidential files between corporate offices. What port should the administrator ensure is open on the firewall to allow SFTP traffic?
The Secure File Transfer Protocol (SFTP) operates over SSH (Secure Shell) and uses TCP port 22 for secure file transfers. To allow this traffic, a firewall must have port 22 open. The other ports listed are for different protocols: ports 20 and 21 are for the insecure File Transfer Protocol (FTP), port 80 is for unencrypted web traffic (HTTP), and port 443 is for secure web traffic (HTTPS).
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
Why does SFTP use port 22?
Open an interactive chat with Bash
What is the difference between SFTP and FTP?
Open an interactive chat with Bash
What is the role of firewalls in network security?