I would like to use OpenSSH just as I have OpenSSL, but I can't seem to find any API references like there are at openssl.org. Where can I find some good API references for OpenSSH? This is what I want to do : create a C++ class around SSH that will make a client/server connection that deals with the data only. The data could come from a socket, pipe or just memory (up to the developer that uses the class). I've already done this with SSL and it works great (I've used this class to create secure HTTP,FTP,SMTP,etc. servers and clients). Any help to get me started would be great. I've tried to look thru the src code of openssh but it's a little overwhelming. Thanks again. Peter Quiring pquiring at geocities.com