Re: [libssh2] Publickey auth with SSH Tectia servers

2007-01-15 Thread Sara Golemon
[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 >>>

Re: [libssh2] Publickey auth with SSH Tectia servers

2007-01-15 Thread Mononen Jussi
>> 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

Re: [libssh2] Publickey auth with SSH Tectia servers

2007-01-15 Thread Mononen Jussi
>> 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.