I have a SSH server asking for username and password for authentication and i am writing a client C program in linux only using socket or standard function. Once I created a socket using SSH server's IP and port, how to authenticate user with server? Thank you.