>  From: Saifi <[EMAIL PROTECTED]>
>  Subject: [twincling] Corkscrew - tool for tunneling SSH through HTTP proxy
>  Sent: 01 Dec '06 14:26
>  
>  Hi all:
>  
>  Found this very interesting tool called 'Corkscrew' !
>  
>  Can't use SSH on the standard port 22?
>  Need to tunnel through a proxy server?
>  Do you work behind a draconian firewall and can't SSH directly?
>  No problem.
>  
>  Corkscrew is an interesting Open Source tool for tunneling SSH through HTTP 
> proxies.
>  

The configuration is quite simple.

1. assuming the corkscrew is installed in /usr/local/bin directory

2. make the following entry in the $HOME/.ssh/config file (chmod +600)

    Host *
    ProxyCommand /usr/local/bin/corkscrew  <proxy-ip-address>  <port>  %h %p

3. Access the site using

    ssh -l username -p 443  site.company.com

It works well and the connection is not dropped !

thanks
Saifi.

Reply via email to