Skip Menu |

This queue is for tickets about the WWW-Curl CPAN distribution.

Report information
The Basics
Id: 62522
Status: open
Priority: 0/
Queue: WWW-Curl

People
Owner: Nobody in particular
Requestors: kvr [...] vasco.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: ssh_keyfunction feature request
Date: Thu, 28 Oct 2010 17:33:22 +0200
To: bug-WWW-Curl [...] rt.cpan.org
From: Karsten Verelst <kvr [...] vasco.com>
Dear, I am trying to obtain the fingerprint of a SSH-host (to be used in subsequent SFTP connections) through libcurl. Libcurl allows access to the servers public key through the CURLOPT_SSH_KEYFUNCTION. Unfortunately this option seems not yet to be implemented. I have created a patch for WWW-Curl-4.14 that implements the CURLOPT_SSH_KEYFUNCTION and CURLOPT_SSH_KEYDATA options. In attachment you can find the patch and a test script in perl that will return the server fingerprint. Would you please consider including this patch in the distribution or include similar functionality in the perl library? Thank you Karsten P.S. My apologies for abusing the Bug-email address but I did not find a better suited contact method.

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

On Thu Oct 28 11:34:01 2010, kvr@vasco.com wrote: Show quoted text
> Dear, > > I am trying to obtain the fingerprint of a SSH-host (to be used in > subsequent SFTP connections) through libcurl. > Libcurl allows access to the servers public key through the > CURLOPT_SSH_KEYFUNCTION. Unfortunately this option seems not yet to be > implemented. > > I have created a patch for WWW-Curl-4.14 that implements the > CURLOPT_SSH_KEYFUNCTION and CURLOPT_SSH_KEYDATA options. In attachment > you can find the patch and a test script in perl that will return the > server fingerprint. > > Would you please consider including this patch in the distribution or > include similar functionality in the perl library? > > Thank you > Karsten > > P.S. My apologies for abusing the Bug-email address but I did not find a > better suited contact method.
Hey Karsten, I will integrate this functionality in the next release of WWW::Curl. Unfortunately it didn't make it into 4.15. Regards, Bálint
Subject: Re: [rt.cpan.org #62522] ssh_keyfunction feature request
Date: Mon, 29 Nov 2010 09:17:33 +0100
To: "bug-WWW-Curl [...] rt.cpan.org" <bug-WWW-Curl [...] rt.cpan.org>
From: Karsten Verelst <kvr [...] vasco.com>
Thank you kindly (for accepting the feature and keeping me informed) kind regards Karsten On 11/29/2010 12:01 AM, Balint Szilakszi via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=62522 > > > On Thu Oct 28 11:34:01 2010, kvr@vasco.com wrote:
>> Dear, >> >> I am trying to obtain the fingerprint of a SSH-host (to be used in >> subsequent SFTP connections) through libcurl. >> Libcurl allows access to the servers public key through the >> CURLOPT_SSH_KEYFUNCTION. Unfortunately this option seems not yet to be >> implemented. >> >> I have created a patch for WWW-Curl-4.14 that implements the >> CURLOPT_SSH_KEYFUNCTION and CURLOPT_SSH_KEYDATA options. In attachment >> you can find the patch and a test script in perl that will return the >> server fingerprint. >> >> Would you please consider including this patch in the distribution or >> include similar functionality in the perl library? >> >> Thank you >> Karsten >> >> P.S. My apologies for abusing the Bug-email address but I did not find a >> better suited contact method.
> > Hey Karsten, > > I will integrate this functionality in the next release of WWW::Curl. > Unfortunately it didn't make it into 4.15. > > Regards, > Bálint