TopicLinux →
Port 22TCP
Secured Service and Transfer System (SSH).
What’s Port 22 for?
Remote administration. The protocol or service generally associated with this is SSH / SSH / SSH.
Transport Protocol
TCP
Safety precautions
Only show if necessary, filter source IPs and prefer SSH keys.
Should we open this port in the firewall?
Only if a service is actually needed the use it. Apply the principle of any privilege: limit the authorized sources, destinations and interfaces, and then log connections when relevant.
How do I check this port?
Test-NetConnection SERVER -Port 22
Under Linux, you can use nc -vz SERVER 22.
Port/service associations are common conventions. An application can be configured on another port.