2026
1 project
Improve configuration compatibility with OpenSSH
The SSH client obtains its configuration either from command line arguments or from configuration files such as ~/.ssh/config and...

1 project
The SSH client obtains its configuration either from command line arguments or from configuration files such as ~/.ssh/config and...
1 project
This project aims to implement client-side support for FIDO/U2F authentication in libssh using the libfido2 library. It will introduce functionality...
2 projects
This project will set up Kerberos as part of the test suite using cwrap wrappers and write tests for the "gssapi-with-mic" user authentication...
This project aims to significantly enhance libssh capability to handle OpenSSH certificates. Currently, libssh only supports certificates as opaque...
2 projects
The proposal aims to describe briefly my approach to implement OpenSSH connection multiplexing in libssh. It goes over the required components and...
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...
1 project
I read the source code of libssh and I notice that there’re many switch-case in the sftp server code, while the implementation to handle different IO...