×
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
    Revision as of 19:11, 25 April 2006 by imported>mutante

    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.

    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.