Re: libssh2_userauth_publickey_fromfile and the public key file parameter

2009-03-23 Thread Daniel Stenberg
On Mon, 23 Mar 2009, Jean-Louis CHARTON wrote: > So could it be possible to make libssh2_userauth_publickey_fromfile() > function work with the pubkeyfile parameter set to NULL ? Yes I believe it could: http://sourceforge.net/tracker/?func=detail&aid=1655430&group_id=125852&atid=703942 --

libssh2_userauth_publickey_fromfile and the public key file parameter

2009-03-23 Thread Jean-Louis CHARTON
Hi, I have already asked the following question on the IRC channel but had no reply. I'm pretty sure the publickey file is not necessary at the client side to successfully authenticate to an SSH server and that the private key would be sufficient. And indeed, this is the way I use openssh ssh cl