Port 22 — SSH

Secure Shell. Encrypted remote access to servers. The most common way to manage Linux servers.

Is Port 22 Open on Your Server?

Test it now with our Port Scanner

Port 22 Details

Port22
ServiceSSH
ProtocolTCP
EncryptedVaries
Common UseSecure Shell

How to Check Port 22

Online: Use our Port Scanner — enter your IP and port 22.

Command line:

nc -zv your-server-ip 22 (Mac/Linux)

Test-NetConnection -ComputerName your-server-ip -Port 22 (PowerShell)

Check locally:

ss -tlnp | grep :22 (Linux)   netstat -an | findstr :22 (Windows)

Related Ports

Port Scanner · How to Check if a Port Is Open · Port Forwarding Guide · All Tools

All Tools · Learn · SamNet