diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-12 23:30:42 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:30:42 +0200 |
commit | c941dd4e497fbe45c55e396e45119adc948368f1 (patch) | |
tree | d188e4bca1c9ef1827bf61fc564eef198a879adc /libraries/libssh/slack-desc | |
parent | caac28b4d4e84c478d52c8e816b370e37f3fbb3d (diff) | |
download | slackbuilds-c941dd4e497fbe45c55e396e45119adc948368f1.tar.gz |
libraries/libssh: Added to 12.2 repository
Diffstat (limited to 'libraries/libssh/slack-desc')
-rw-r--r-- | libraries/libssh/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libssh/slack-desc b/libraries/libssh/slack-desc new file mode 100644 index 0000000000..4580099ca9 --- /dev/null +++ b/libraries/libssh/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +libssh: libssh (A library for ssh) +libssh: +libssh: A library for accessing ssh client services through C libraries calls +libssh: in a simple manner. SSH library features C library functions for +libssh: manipulating a client-side SSH; fully configurable sessions; support +libssh: or AES-128, AES-192, AES-256, blowfish, in cbc mode; support for use +libssh: of multiple SSH connections in the same process at the same time; +libssh: a usable SFTP implementation; both public key and password auth +libssh: +libssh: Homepage: http://0xbadc0de.be/ +libssh: |