[libssh2] [ libssh2-Bugs-1837516 ] Cannot compile libssh2-0.14 on a Suse 10 Enterprise Server

2007-11-27 Thread SourceForge.net
Bugs item #1837516, was opened at 2007-11-24 04:18 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1837516&group_id=125852 Please note that this message will contain a full copy of the comment th

[libssh2] [ libssh2-Bugs-1837516 ] Cannot compile libssh2-0.14 on a Suse 10 Enterprise Server

2007-11-27 Thread SourceForge.net
Bugs item #1837516, was opened at 2007-11-24 04:18 Message generated for change (Comment added) made by dfandrich You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=1837516&group_id=125852 Please note that this message will contain a full copy of the comment

[libssh2] userauth_publickey question

2007-11-27 Thread George King
i'm a new perl Net::SSH2 user, and i am a bit confused regarding the public key authentication capabilities of the library. why does libssh2_userauth_publickey_fromfile() take both a private and a public key? in all my previous experience with ssh (the linux utility and Net::SSH::Perl, which cl

Re: [libssh2] userauth_publickey question

2007-11-27 Thread Peter Stuge
On Tue, Nov 27, 2007 at 06:39:04PM -0800, George King wrote: > Can someone please explain why libssh2 requires both the public and > private keys to authenticate a transaction? It's probably not intentional. > it strikes me as contrary to my (very limited) understanding of > SSH. It has less to

Re: [libssh2] userauth_publickey question

2007-11-27 Thread Dan Fandrich
On Tue, Nov 27, 2007 at 06:39:04PM -0800, George King wrote: > Can someone please explain why libssh2 requires both the public and private > keys to authenticate a transaction? it strikes me as contrary to my (very > limited) understanding of SSH. At the very least, it is less convenient than > the