On 2009.08.04 at 21:15:05 -0400, Dave Thompson wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of larour > > Sent: Monday, 03 August, 2009 15:27 > > > I am trying to launch an ssh connection from a matlab > > environment (Matlab R2009), using the Cygwin OpenSSH_5.p1 ssh > > executable, on a windows xp 32 platform. > > Although there is only one letter difference, SSH and SSL are different > protocols and OpenSSH and OpenSSL are separate libraries. Basic crypto > principles are necessarily the same, but the programs are not at all.
You are not entirely correct in this statement. OpenSSH is an OpenSSL application and uses OpenSSL libraries for basic cryptography operations. But problem probably lies in the application code, not in the OpenSSL library, because OpenSSH uses OpenSSL only for calculation and private key reading. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org