You are having issues consoling to a Linux server hosting a database of customer information from your home machine, you think the problems are being caused by a blocked port on your firewall. Which port on your firewall is likely to cause this sort of an issue if blocked?
Correct Incorrect Unanswered Report Issue Answer Description
Port 22 (SSH) is the best answer, SSH is used for secure communications such as console connections to a remote server. Port 23 is for TELNET and is not a secure connection, it is unlikely (or a horrible practice) that TELNET would be used to connect to a sensitive database. Port 80 is for HTTP traffic, not for console connections. Port 3389 is for RDP, and would not usually be used for a console connection but a remote desktop connection.
Wikipedia
The Secure Shell Protocol (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. Its most notable applications are remote login and command-line execution.
SSH applications are based on a client–server architecture, connecting an SSH client instance with an SSH server. SSH operates as a layered protocol suite comprising three principal hierarchical components: the transport layer provides server authentication, confidentiality, and integrity; the user authentication protocol validates the user to the server; and the connection protocol multiplexes the encrypted tunnel into multiple logical communication channels.SSH was designed on Unix-like operating systems, as a replacement for Telnet and for unsecured remote Unix shell protocols, such as the Berkeley Remote Shell (rsh) and the related rlogin and rexec protocols, which all use insecure, plaintext transmission of authentication tokens.
SSH was first designed in 1995 by Finnish computer scientist Tatu Ylönen. Subsequent development of the protocol suite proceeded in several developer groups, producing several variants of implementation. The protocol specification distinguishes two major versions, referred to as SSH-1 and SSH-2. The most commonly implemented software stack is OpenSSH, released in 1999 as open-source software by the OpenBSD developers. Implementations are distributed for all types of operating systems in common use, including embedded systems.
Secure_Shell - Wikipedia, the free encyclopedia Subscribe to avoid duplicate questions and track your progress over time