LibsshFrom Libzter
libssh
[edit] Overviewlibssh provides a C programming API to use SSH (Secure SHell) to set up secure tunnels in applications. SSH tunnels are really convenient to provide security by authentication and encryption to insecure application protocols. With libssh, this functionality can be built in by the application developer at release! [edit] Features
[edit] BindingsBindings for Java and Python exists. [edit] DownloadUser comments on this article (Libssh) |
||
I like the concept of SSH in infrastructure security. It is also very nice to use the same concept in programming as SSL is a bit cumbersome at some occasions.