libssh: Support for FIDO/U2F keys on the client side
Om Sheladia
Since libssh doesn't provide U2F/FIDO currently, it is needed to be implemented in libssh (client side) adding a factor of security and reducing...
Callback based sftp server
Zeyu Sheng
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...