Re: [libssh2] Requirement of public key for client authentication

2007-04-12 Thread Sara Golemon
[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

Re: [libssh2] libssh2 0.15 release candidate

2007-04-12 Thread Daniel Stenberg
On Thu, 22 Mar 2007, Simon Josefsson wrote: > Hi Sara, all! > > I think we should do a release. The debian folks wants one (see > ), and I want one > to feel finished with the libgcrypt port. So here is a proposal: > > Please test the da

[libssh2] code style guideline proposal

2007-04-12 Thread Guenter Knauf
Hi all, I would like to propose some code style guidelines: - replace all tabs with 4 spaces, and use from now on spaces only. - either allways place the opening brace in a separate line, or allways append it, but dont mix both variants; dont know what's best - I personally like to have it appen