summaryrefslogtreecommitdiffstats
path: root/libraries/libssh/README
diff options
context:
space:
mode:
author Larry Hajali2010-05-13 00:31:55 +0200
committer Erik Hanson2010-05-13 00:31:55 +0200
commitd9b20548fb9c23354bcda61c27bccec44ade6b94 (patch)
treed144d7a01d965249aecf7a97c2578ce35fd68bbd /libraries/libssh/README
parent7d93f3f9400f1b78653096f99c1193531b2d7ebe (diff)
downloadslackbuilds-d9b20548fb9c23354bcda61c27bccec44ade6b94.tar.gz
libraries/libssh: Updated for version 0.4.1
Diffstat (limited to 'libraries/libssh/README')
-rw-r--r--libraries/libssh/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/libssh/README b/libraries/libssh/README
index 69482f47e0..0b23cc8d2e 100644
--- a/libraries/libssh/README
+++ b/libraries/libssh/README
@@ -1,10 +1,10 @@
-libssh is a library designed to be used by programmers needing a working
+libssh is a library designed to be used by programmers needing a working
SSH implementation by means of a library. The complete control of the client
-is made by the programmer. With libssh, you can remotely execute programs,
+is made by the programmer. With libssh, you can remotely execute programs,
transfer files, use a secure and transparent tunnel for your remote programs.
-With its Secure FTP implementation, you can play with remote files easily,
+With its Secure FTP implementation, you can play with remote files easily,
without third-party programs others than libcrypto (from openssl).
-libssh features SSH1 and SSH2 portocols and support for AES-128, AES-192,
-AES-256, blowfish, and 3DES encryption.
+libssh features : SSH1 and SSH2 portocols and support for AES-128,AES-192,
+AES-256,blowfish,3DES encryption.
Note: libssh is neither related to nor conflicts with libssh2.