Hi All,

I am creating an application that runs on the multiple interface say,
telnet and tcp. So that the client connect my application as follows
"telnet apphost 3443" . Also I want to include SSH, so that the user
can connect my app as ssh -p 4333 apphost.
How to proceed?
I tried libssh. But client-side APIs are available. But what I need is
to implement the ssh server itself into my application. How??

Reply via email to