Subject: Re: ssh-agent support

Re: ssh-agent support

From: Daiki Ueno <ueno_at_unixuser.org>
Date: Thu, 17 Dec 2009 00:46:59 +0900

Daiki Ueno <ueno_at_unixuser.org> writes:

> The attached is the initial implementation.

Sorry, there was a bug in the sample code. Please apply the attached
patch 0004 after the previous patch set being applied.

A couple of additional notes:

- The connection to ssh-agent can be set non-blocking. The attached
  0005-0007 are the patch set to finish the code.

- As you know, there is libssh2_publickey.h which provides a data type
  for public keys. The ssh-agent code uses a different, minimal data
  type for public keys (struct libssh2_agent_publickey in libssh2.h).
  What do you think about using libssh2_publickey.h instead? I'm not
  sure if the API is still maintained.

Regards,

-- 
Daiki Ueno
Received on 2009-12-16