On Wed, Jul 22, 2015 at 11:47:34AM +0530, Kishore Av wrote: > First, apologies for my unclear queries, > Please tell me if anyone knows, > The default encryption scheme uses by libssh2? Rsa/Dsa? > Default Length of the key used in libssh2?
The encryption methods supported are almost the first thing on the page at http://libssh2.org. The "default" encryption method isn't really a thing given how the ssh protocol negotiates it, and since libssh2 is supplied in source form, you can change it easily. >>> Dan _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel