SSH server implementation in my application
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??
Relevant Pages
- Re: PPTP or PPP over SSH?
... Both the server and client are running ... The HQ and remote site are connected over a VPN with only ssh enabled. ... Client and server programs have a strange way to communicate: ... They pick almost random TCP ports from a given range. ... (comp.security.ssh) - Re: Secure Postgres access
... TCP port number over the Unix socket, and that would tell the SSH ... client that it could then start forwarding the TCP packets. ... (comp.lang.python) - Multiple issues with Mac OS X AFP client
... Multiple issues with Mac OS X AFP client ... connections to an Apple file server over SSH - a commendable effort to ... .GlobalPreferences.plist (the AFP client does not follow Apple's ... (Bugtraq) - [Full-Disclosure] Multiple issues with Mac OS X AFP client
... Multiple issues with Mac OS X AFP client ... connections to an Apple file server over SSH - a commendable effort to ... .GlobalPreferences.plist (the AFP client does not follow Apple's ... (Full-Disclosure) - Multiple issues with Mac OS X AFP client
... Multiple issues with Mac OS X AFP client ... connections to an Apple file server over SSH - a commendable effort to ... .GlobalPreferences.plist (the AFP client does not follow Apple's ... (Full-Disclosure) |
|