A network administrator is configuring a server to ensure secure file transfers between the server and client machines. The administrator wants to use a protocol that encrypts the data transfer using SSH. Which port should the administrator ensure is open on the firewall?
Port 22 is used by SSH (Secure Shell) and by extension, SFTP (Secure File Transfer Protocol), which uses SSH to securely transfer files. Ensuring that port 22 is open on the firewall allows for encrypted transmissions, providing both security and verification. Port 21 is used by FTP, which is not secure by itself. Port 23, used by Telnet, transmits data in plaintext and is less secure than SFTP/SSH. Port 443 is commonly used by HTTPS, which is secure but meant for secure web traffic, not secure file transfer specifically.
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.
What is SSH and how does it work?
Open an interactive chat with Bash
What is SFTP and how is it different from FTP?
Open an interactive chat with Bash
Why is it important to use secure protocols for file transfers?