Chapter 20. SSH Protocol

Chapter 20. SSH Protocol

20.1. Features of SSH
20.1.1. Why Use SSH?
20.2. SSH Protocol Versions
20.3. Event Sequence of an SSH Connection
20.3.1. Transport Layer
20.3.2. Authentication
20.3.3. Channels
20.4. OpenSSH Configuration Files
20.5. More Than a Secure Shell
20.5.1. X11 Forwarding
20.5.2. Port Forwarding
20.6. Requiring SSH for Remote Connections
20.7. Additional Resources
20.7.1. Installed Documentation
20.7.2. Useful Websites
20.7.3. Related Books

SSH™ (or Secure SHell) is a protocol which facilitates secure communications between two systems using a client/server architecture and allows users to log into server host systems remotely. Unlike other remote communication protocols, such as FTP or Telnet, SSH encrypts the login session, making it impossible for intruders to collect unencrypted passwords.

SSH is designed to replace older, less secure terminal applications used to log into remote hosts, such as telnet or rsh. A related program called scp replaces older programs designed to copy files between hosts, such as rcp. Because these older applications do not encrypt passwords transmitted between the client and the server, avoid them whenever possible. Using secure methods to log into remote systems decreases the risks for both the client system and the remote host.


Note: This documentation is provided {and copyrighted} by Red Hat®, Inc. and is released via the Open Publication License. The copyright holder has added the further requirement that Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. The CentOS project redistributes these original works (in their unmodified form) as a reference for CentOS-4 because CentOS-4 is built from publicly available, open source SRPMS. The documentation is unmodified to be compliant with upstream distribution policy. Neither CentOS-4 nor the CentOS Project are in any way affiliated with or sponsored by Red Hat®, Inc.