Port 22/tcp is the IANA-assigned home of SSH, the Secure Shell protocol, and is one of the most consistently open and most heavily attacked TCP ports on the public internet. SSH is the default channel for administering Linux/Unix servers, cloud instances, routers, switches, and embedded devices — providing encrypted remote login, command execution, file transfer (SCP/SFTP), and tunneling/port-forwarding. The protocol is layered: a transport layer (RFC 4253) that handles server authentication, key exchange, encryption, and integrity; a user-authentication layer (RFC 4252); and a connection layer (RFC 4254) that multiplexes channels over the single TCP session. An internet-exposed SSH daemon faces continuous automated brute-force and credential-stuffing; honeypot research routinely records millions of login attempts against a single sensor. The practical analyst takeaway is that an open 22/tcp almost always means a live SSH service for remote administration — the questions that matter in triage are which SSH implementation and version is running, whether password authentication is enabled (versus key-only), and whether auth logs show brute-force patterns or successful logins from anomalous sources. Relocating SSH to a non-standard port (2222, 22222) reduces log noise but is not a security control, since scanners enumerate any open port.
ssh — "The Secure Shell (SSH) Protocol"; reference [RFC4251] [IANA-assigned] — IANA Service Name and Transport Protocol Port Number Registry