2010-05-13 00:31:55 +02:00
|
|
|
libssh is a library designed to be used by programmers needing a working
|
2010-05-12 23:30:42 +02:00
|
|
|
SSH implementation by means of a library. The complete control of the client
|
2010-05-13 00:31:55 +02:00
|
|
|
is made by the programmer. With libssh, you can remotely execute programs,
|
2010-05-12 23:30:42 +02:00
|
|
|
transfer files, use a secure and transparent tunnel for your remote programs.
|
2010-05-13 00:31:55 +02:00
|
|
|
With its Secure FTP implementation, you can play with remote files easily,
|
2010-05-12 23:30:42 +02:00
|
|
|
without third-party programs others than libcrypto (from openssl).
|
2010-05-13 00:31:55 +02:00
|
|
|
libssh features : SSH1 and SSH2 portocols and support for AES-128,AES-192,
|
|
|
|
AES-256,blowfish,3DES encryption.
|
2010-05-12 23:30:42 +02:00
|
|
|
|
|
|
|
Note: libssh is neither related to nor conflicts with libssh2.
|