SSH (Secure Shell)
A protocol for secure remote login and command execution over an untrusted network. It is layered: a transport layer sets up encryption and host-key verification, an authentication service proves the user's identity, and only then does a connection service open channels for commands and file transfer.