Product SiteDocumentation Site

1.6. Why use it?

The OpenSSH suite consists of several tools, which replace older, more insecure tools, as shown in the following table:
Table 1.1. OpenSSH tool replacements
OpenSSH Tool Replaces
ssh rlogin, telnet
scp rcp
sftp ftp

The above table shows the main networking tools provided by the OpenSSH suite. The older tools in the above table are much less secure as they transmit credentials (such as username and password) in clear text over the network or the Internet. These details could potentially be extracted from the data stream and leave the hosts exposed to vulnerability and unauthorized access. The encrypted data streams in the OpenSSH tools listed in the table provide an extra layer of security to protecting network details by encrypting the entire transmission, including passwords. This is an important attribute when transmitting credentials over a network, and especially over an untrusted network (such as the Internet).