diff options
Diffstat (limited to 'libraries/libssh/slack-desc')
-rw-r--r-- | libraries/libssh/slack-desc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libraries/libssh/slack-desc b/libraries/libssh/slack-desc index 4580099ca9..a1a8a3e524 100644 --- a/libraries/libssh/slack-desc +++ b/libraries/libssh/slack-desc @@ -7,13 +7,13 @@ |-----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: +libssh: in a simple manner. +libssh: SSH library features: +libssh: - C library functions for manipulating a client-side SSH +libssh: - Fully configurable sessions +libssh: - Support for AES-128,AES-192,AES-256,blowfish, in cbc mode +libssh: - Use multiple SSH connections in a same process at same time +libssh: - Usable SFTP implementation +libssh: - Public key and password authentication +libssh: Homepage: http://www.libssh.org/ |