×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    ssh tunnel[edit]

    ToDo

    corkscrew[edit]

    To tunnel your ssh connection over a http-proxy, in Windows you can use an option of Putty, on a Linux commandline you can use "corkscrew".

    Debian example:

    apt-get install corkscrew
    

    then edit your config:

    vi /etc/ssh/ssh_config
    

    and insert f.e.:

    ProxyCommand corkscrew <proxy> <port> %h %p
    

    This will make all your ssh connections use the proxy.

    With this method you dont need to install stuff on the remote server, there is another method using hts and htc (httptunnel) [1] but this requires setting up stuff on both sides, client and server.

    putty in wine[edit]

    Alternative: Boot from a Knoppix CD, download Putty.exe, start it in Wine, use the http_proxy setting.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.