[EMAIL PROTECTED] wrote:
>>> The problem is that if I try to use libssh2_file_read_publickey
>>> -function with a publickey converted to SECSH format it
>>> failes "Invalid key data, not base64 encoded". As a result I can
>>> use only OpenSSH formatted keys and that is unacceptable from the
>>>
>> Now it simply expects the key body to start from the
>> second line of the key file failing miserably to
Correction, from the first line of course.
br,
/jUSSi
--
perl -e '@_=qw{Just Perl Another Hacker}; sub [EMAIL PROTECTED]
print keys %{&r}; print values %{&r};'
Disclaimer: This message
>> The problem is that if I try to use libssh2_file_read_publickey
>> -function with a publickey converted to SECSH format it
>> failes "Invalid key data, not base64 encoded". As a result I can
>> use only OpenSSH formatted keys and that is unacceptable from the
>> Tectia server point of view.