linux_wiki:ssh_proxy_tunnel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:ssh_proxy_tunnel [2015/03/09 21:56]
billdozor
linux_wiki:ssh_proxy_tunnel [2019/05/25 23:50]
Line 1: Line 1:
-====== SSH Proxy Tunnel ====== 
  
-**General Information** 
- 
-You are somewhere that has a restrictive firewall/web proxy, but allows SSH. 
-This SSH trick allows you to tunnel your web browser's traffic to your own SSH server and browse the web as if you were at home. 
- 
-**Checklist** 
-  * You already have a remote SSH server setup that is accessible from the internet. (At home, hosted, etc) 
- 
----- 
- 
-===== From the Local Computer ===== 
- 
-1) Open a tunnel to your SSH server, and specify a dynamic application listening port: 
-<code bash> 
-ssh -D 4777 user@yourhome.com 
-</code> 
- 
-2) Edit your browser proxy settings to use the same port SSH is listening on. 
- 
-__Firefox__ 
- 
-  * Edit->Preferences->Advanced->Network->Connection->Settings... 
-    * Check "Manual proxy configuration" 
-    * SOCKS host: localhost 
-    * Port: 4777 
-    * Select SOCKSv4 
-    * Click OK 
  • linux_wiki/ssh_proxy_tunnel.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)