I am writing a programing (in C) in which I have to access data from another computer through an SSH connection. I was wondering how to create the SSH connection within the prog
Have a look at libssh. Have you attempted to look for an answer yourself? Have you tried using some libraries and haven't got them working?
It is always best to try to help yourself before looking for handouts. YMMV.