SSH Tunnel and Proxy
(when linked with OpenSSL use '-C aes-256-cfb', or '-C aes256 -M cfb'
with libgcrypt)
In this example, our local machine is 10.0.0.2 (client), and the SSH server is
at 10.0.0.4 (server). We will bounce our connection from 10.0.0.2, to a ctunnel proxy on 10.0.0.3, to ctunnel running on 10.0.0.4.
We will start ctunnel normall on the client and server, however we need to run ctunnel twice on the proxy, to properly forward the connection
|