tools.junyo.dev

port 22

Port 22 — SSH

SSH is essential for remote administration, but exposing port 22 requires strong authentication, firewalling and logs.

Approved intentUnderstand the default SSH/SFTP port.

Open in the catalogThe Port Finder below already opens searching for `22`, with the SSH/SFTP entry loaded and ready for comparison.

Common use of port 22

  • TCP port 22 is used by SSH for remote shells and by SFTP for encrypted file transfer.
  • Changing the port reduces bot noise, but does not replace strong keys, MFA and fail2ban/rate limiting.

Practical examples

SSH connection

Input
ssh user@host -p 22
Expected output
Shell remota cifrada

Use keys instead of passwords when possible.

SFTP

Input
sftp -P 22 user@host
Expected output
Transferência cifrada

Different from FTP/FTPS.

Frequently asked questions

Should I change the SSH port?

It can reduce automated attempts, but real security comes from keys, IP blocking/rate limits and keeping the server updated.

Does SFTP use the same port?

Yes, SFTP runs over SSH and normally uses port 22.

We use aggregate analytics and manual ads only with consent. The tools keep working even if you decline.