On Thursday, May 30, 2013 09:15:07 you wrote: > Hi Hi,
> I have created a SSH server using latest release of LIBSSH library the > targeted environment is Windows 7 64-bit, Visual Studio 2010, but I am not > successful in getting it work. Despite of many trails still I am getting a > error "Could n't create BIO". I browsed through internet and come to know > that the key folder must have read access. This I checked it and there is > no problem in reading the problem ( I wrote a sample C++ program whether > I can open file or not. The program is successful in reading the file (of > course in Binary )). Now I am helpless in finding the reason for the error. > Here is what options I have set please let me know where I am doing wrong. If you want to have a DSA and a RSA host key you need to create two keys and set them in the opitons. A BIO normally means that it can't read the private key. If you specify a rsa key in the dsa host key option then it will fail. -- andreas