Hi! Is there any chance to extend API? 26.09.2020, 16:53, "Igor Klevanets" :Hello, Is there any specific procedure for public API extending? Thank you,Igor Klevanets ,___libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel С уважение
Hello, Is there any specific procedure for public API extending? Thank you,Igor Klevanets
___
libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Hello, Sometimes user needs to sign some data on the remote host with his private ssh key which is located on the local host.The only way to do this is to use ssh agent socket with common protocol. Libssh2 contains function for such scenario but it could be used only inside of libssh2.Is there any