On Jun 18, 2007, at 8:11 AM, Simon Josefsson wrote:
> Daniel Stenberg <daniel-7AX/Qt632QQ_at_public.gmane.org> writes:
>
>> On Thu, 22 Mar 2007, Simon Josefsson wrote:
>>
>>> I think we should do a release.
>>
>> And yet again we're back on this subject.
>
> Great!
>
>> Please everybody, go test the latest CVS version and give it a
>> real spin and
>> tell us what the outcome is. We want to make a release soon!
>
> I fixed so that 'make distcheck' succeeds.
>
> I tested libssh2 via libgcrypt, both RSA and DSA, with latest curl
> from
> CVS, and it worked fine as long as I make sure to remember to
> specify a
> username manually inside the URL. (Changing between RSA and DSA
> required editing of lib/ssh.c inside curl, though, in order to change
> the filename, but that isn't a libssh2 problem.)
Actually that is not true. The filenames are setable as an option.
It does default to DSA.
lib/url.c(1732):
case CURLOPT_SSH_PUBLIC_KEYFILE:
/*
* Use this file instead of the $HOME/.ssh/id_dsa.pub file
*/
data->set.ssh_public_key = va_arg(param, char *);
break;
case CURLOPT_SSH_PRIVATE_KEYFILE:
/*
* Use this file instead of the $HOME/.ssh/id_dsa file
*/
data->set.ssh_private_key = va_arg(param, char *);
break;
Jim
-- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- Progress (n) : What led from smart users in front of dumb terminals to dumb users in front of smart terminals. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ libssh2-devel mailing list libssh2-devel_at_lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libssh2-develReceived on 2007-06-18