The Temple offers a HTTP-Tunnel to the local SSH-port for those with only HTTP-Proxy access to the internet but still wishing to use it fully.
WARNING: Connections through the HTTP-Tunnel are NOT totally secure.

To set up the connection, you need the following files:

For Windows:

You will also need to know the address and port of your HTTP-Proxy. This can be found out from the settings of your web browser. In Internet Explorer, the relevant information is under the menu "Internet Options" - "Connections" - "LAN Settings" - "Proxy Server". Take note of both the address and port of the server.

With this info, run the tunnel with the following command-line:

htc -F 22 -D 1 -P [proxy server address]:[proxy server port] temppeli.org:8888
(example: htc -F 22 -D 1 -P proxy.host.com:8080 temppeli.org:8888)

and your tunnel should be up and running. To connect, use PuTTY, connecting to server localhost. (Be sure to select the SSH protocol)

Back to SSH page