The SSH library

Technologies
c, git, ci, ssh, sftp
Topics
security, cryptography
The SSH library
This project is for programmers needing a working SSH implementation by the mean 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), libgcrypt or mbedTLS.

Projects

Contributor
Ahsen Kamal
Mentor
Norbert Pocs
Organization
libssh
Support for OpenSSH connection multiplexing
The proposal aims to describe briefly my approach to implement OpenSSH connection multiplexing in libssh. It goes over the required components and...
Contributor
Eshan Kelkar
Mentor
Sahana Prasad
Organization
libssh
Async SFTP Client
This project aims to create async SFTP client API's for libSSH. Currently sftp_write is the only way of uploading files over SFTP using libssh but...