aboutsummaryrefslogtreecommitdiff
path: root/libraries/libssh/README
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2012-08-16 18:42:02 -0400
committerRobby Workman <rworkman@slackbuilds.org>2012-08-17 23:06:58 -0500
commit7fc9b6e6a27563aedff41a687f1c6635761683c6 (patch)
treea48fc71dbbebaca6a0496fab3cc6d6d896ed44c4 /libraries/libssh/README
parent6d24c3967dbc2a167a1575941032f9dbbc0b3153 (diff)
libraries/libssh: Removed (part of Slackware 14.0)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libssh/README')
-rw-r--r--libraries/libssh/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/libssh/README b/libraries/libssh/README
deleted file mode 100644
index 1486d2d1963c3..0000000000000
--- a/libraries/libssh/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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, transfer files, use a secure and transparent tunnel for your
-remote programs. 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,3DES encryption.
-
-Note: libssh is neither related to nor conflicts with libssh2.