[EMAIL PROTECTED] wrote:
> The function libssh2_userauth_publickey_fromfile(), as used in the example
> scp.c and sftp.c programs, takes arguments for both the public and private
> keys of the user. However, the -i option in OpenSSH's scp and ssh takes
> only the private key to perform the same op
On Wed, Mar 14, 2007 at 11:58:24AM -0700, I wrote:
> The function libssh2_userauth_publickey_fromfile(), as used in the example
> scp.c and sftp.c programs, takes arguments for both the public and private
> keys of the user. However, the -i option in OpenSSH's scp and ssh takes
> only the private
The function libssh2_userauth_publickey_fromfile(), as used in the example
scp.c and sftp.c programs, takes arguments for both the public and private
keys of the user. However, the -i option in OpenSSH's scp and ssh takes
only the private key to perform the same operation. Is there a way to have