linux_wiki:ssh_proxy_tunnel

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:ssh_proxy_tunnel [2017/11/20 22:45]
billdozor [From the Local Computer]
linux_wiki:ssh_proxy_tunnel [2017/11/20 22:49]
billdozor [From the Local Computer]
Line 14: Line 14:
 ===== From the Local Computer ===== ===== From the Local Computer =====
  
-1) Open a SSH tunnel to the remote system and specify a dynamic application listening port(Example: -D 1337):+1) Open a SSH tunnel to the remote system and specify a dynamic application listening port (Example: -D 1337):
 <code bash> <code bash>
 ssh -D 1337 user@yourhome.com ssh -D 1337 user@yourhome.com
Line 21: Line 21:
 2) Edit your browser proxy settings to use the same port SSH is listening on. 2) Edit your browser proxy settings to use the same port SSH is listening on.
  
-__Firefox__+__Firefox Quantom__
  
-  * Edit->Preferences->Advanced->Network->Connection->Settings...+  * Open Menu (three horizontal lines) -> Preferences -> General -> Network Proxy -> Settings...
     * Check "Manual proxy configuration"     * Check "Manual proxy configuration"
     * SOCKS host: localhost     * SOCKS host: localhost
     * Port: 1337     * Port: 1337
-    * Select SOCKSv4+      * Select SOCKSv4
     * Click OK     * Click OK
   * You may also have to set the "network.proxy.socks_remote_dns" value to true (http://about:config)   * You may also have to set the "network.proxy.socks_remote_dns" value to true (http://about:config)
 +
  • linux_wiki/ssh_proxy_tunnel.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)