ssh -D 9191 ronald@ssh.somehost.com will create a socks proxy locally that will tunnel all traffic through the remote host. Is it possible to build this in to an application C++ or C and make it possible for this application direct all its traffic through the tunnel?
Short question: Are there any embeddable socks proxy servers that tunnels traffic through a remote host via ssh? just like ssh -D xxxx ...