sdcsdc sdcsdc wrote: > libss2 worked well between linux servers but it gives error when I > try to connect Ubuntu and FreeBSD
Please help us debug this. Of course we want libssh2 to work both running on, and talking to, FreeBSD hosts. > I dont know why libssh2 don't work when I try to connect ubuntu and > FreeBSD We do not know either, which means you are the only one who can find out right now. Please help with that. Use the simple C examples, build a libssh2 with debugging enabled, and enable tracing in the code. It would also be helpful to see debug output from the server. I guess FreeBSD is running OpenSSH, then you can stop sshd and start it manually using /usr/sbin/sshd -ddd and then try to connect. You will get some debugging info there as well, which might be helpful. //Peter _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
