diff options
author | Ingela Anderton Andin <[email protected]> | 2015-04-20 13:21:19 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-04-22 16:18:39 +0200 |
commit | b2bac6ce7b0746a0643c638b6b33085de9aab9a6 (patch) | |
tree | 767825e092fe272d25b4fa155a2f59c708b23b62 /lib/ssh/doc/src/introduction.xml | |
parent | ac4107ceea994f028ae67b43dbe6676b9ccf2b3b (diff) | |
download | otp-b2bac6ce7b0746a0643c638b6b33085de9aab9a6.tar.gz otp-b2bac6ce7b0746a0643c638b6b33085de9aab9a6.tar.bz2 otp-b2bac6ce7b0746a0643c638b6b33085de9aab9a6.zip |
ssh: Technically correct description
Diffstat (limited to 'lib/ssh/doc/src/introduction.xml')
-rw-r--r-- | lib/ssh/doc/src/introduction.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ssh/doc/src/introduction.xml b/lib/ssh/doc/src/introduction.xml index 70c6fb2ee1..1efbc16016 100644 --- a/lib/ssh/doc/src/introduction.xml +++ b/lib/ssh/doc/src/introduction.xml @@ -42,11 +42,11 @@ client and server. The protocol also provides privacy, integrity, server authentication, and man-in-the-middle protection.</p> - <p>The <c>ssh</c> application is an implementation of the SSH Transport - Layer Protocol in Erlang. It provides the following:</p> + <p>The <c>ssh</c> application is an implementation of the SSH Transport, Connection and Authentication + Layer Protocols in Erlang. It provides the following:</p> <list type="bulleted"> - <item>API functions to write customized SSH clients and servers</item> - <item>The Erlang shell available through SSH</item> + <item>API functions to write customized SSH clients and servers applications</item> + <item>The Erlang shell available over SSH</item> <item>An SFTP client (<seealso marker="ssh_sftp">ssh_sftp</seealso>) and server (<seealso marker="ssh_sftp">ssh_sftpd</seealso>)</item> </list> |