How SSH Works
SSH (Secure Shell) is how you get a secure remote shell, copy files (scp/sftp), or tunnel other traffic over an encrypted channel. Under the hood, it does three distinct jobs: encrypt the session, verify the server, and authenticate the client.