SSH connection
- Input
- ssh user@host -p 22
- Expected output
- Shell remota cifrada
Use keys instead of passwords when possible.
port 22
SSH is essential for remote administration, but exposing port 22 requires strong authentication, firewalling and logs.
Open in the catalogThe Port Finder below already opens searching for `22`, with the SSH/SFTP entry loaded and ready for comparison.
Use keys instead of passwords when possible.
Different from FTP/FTPS.
It can reduce automated attempts, but real security comes from keys, IP blocking/rate limits and keeping the server updated.
Yes, SFTP runs over SSH and normally uses port 22.
SSH remote shell and SFTP file transfer with end-to-end encryption.
FTP data channel (active mode). Cleartext — prefer SFTP (22) or FTPS (990).
FTP control channel. Cleartext. Prefer SFTP (22) or FTPS (990).
Legacy cleartext remote shell. Replaced by SSH (22).
FTPS with implicit TLS. SFTP (22) is usually simpler to operate.
portFinder.privacyNote