SSH — Secure Shell
SSH is the protocol for secure remote access to servers (port 22). It encrypts the entire connection and authenticates via password or key. SSH also enables file transfer (scp, sftp) and tunneling. SSH keys are safer than passwords.