×
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 over http proxy: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
     
    imported>mutante
    mNo edit summary
    Line 11: Line 11:
    and insert f.e.:
    and insert f.e.:


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


    This will make all your ssh connections use the proxy.
    This will make all your ssh connections use the proxy.

    Revision as of 19:11, 25 April 2006

    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.