What Is SSH?
SSH (Secure Shell) is a cryptographic network protocol that replaces older, plaintext remote-access tools such as telnet, rsh, and rcp. Every byte transmitted — including your password and the commands you type — is encrypted inside an SSH tunnel.
On RHEL, the OpenSSH package provides both the client (ssh) and the server daemon (sshd). The daemon listens on TCP port 22 by default and is managed by systemd.
Why It Matters — As a system administrator you will manage remote servers almost exclusively over SSH. Understanding how authentication, host keys, and configuration work is one of the most practical skills in this course.