hi,Gearoid Murphy Thanks a lot. Now I am reading Putty source. I will consult other later,thanks your help.
2011-11-18 zirong 发件人: Gearoid Murphy 发送时间: 2011-11-17 17:38:10 收件人: libssh 抄送: 主题: Re: about authentication by publickey 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 > .
