Reid Thompson via libssh2-devel wrote:
> $ ssh host
> 
> and the keypair is automatically loaded and used.  Can/Does libssh2
> support this automated search for and use of keypairs?

No, libssh2 does not search for or parse OpenSSH or other third party
configuration.

You can implement it yourself if you want; find and parse config
file, then tell libssh2 which key to use.


//Peter
-- 
libssh2-devel mailing list
libssh2-devel@lists.haxx.se
https://lists.haxx.se/listinfo/libssh2-devel

Reply via email to