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
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
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
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
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