ssh via tunnel
June 2nd, 2008
Connect trough proxy is currently not support by ssh, so when i am trying to connect to my simplife.net under Ubuntu, it can not get through with the proxy setting in ‘Preference – Network Proxy’.
Googled and I found a third party tiny software can make it through.
sudo apt-get install corkscrew
sudo nano /etc/ssh/ssh_config
Add this at the bottom of ssh_config:
ProxyCommand corkscrew proxy.example.com 8080 %h %p
Done.