[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: about authentication by publickey
[Thread Prev] | [Thread Next]
- Subject: Re: about authentication by publickey
- From: Gearoid Murphy <gearoid.murphy@xxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 17 Nov 2011 09:37:37 +0000
- To: libssh@xxxxxxxxxx
Hi Zirong,Try taking a look at the Putty source, it's got good support for SSHv1 and SSHv2 but it only implements SSH client functions. The code is much more complex than libssh but there's a consistent logic throughout its design. It produces a suite of tools, command line and UI SSH clients. Once you've got the command lines clients (plink) working, you can zero in on the internal functions using a debugger.
- Gearoid On 17/11/11 08:51, Andreas Schneider wrote:
On Thursday 17 November 2011 16:19:41 you wrote:hi,Hi,I have compile the libssh0.5.2 with VS2010. I set the lib only support SSH1. If the lib can not connect ssh1 server by publickey? and which function should I choose to create the key?we only support password authentication.please help me......thanks very much. 2011-11-17-- andreas
about authentication by publickey | "zirong" <fly_boyabc@xxxxxxx> |
Re: about authentication by publickey | Andreas Schneider <asn@xxxxxxxxxxxxxx> |