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:44]
billdozor [From the Local Computer]
linux_wiki:ssh_proxy_tunnel [2017/11/20 22:45]
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 4777):+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 4777 user@yourhome.com+ssh -D 1337 user@yourhome.com
 </code> </code>
  
Line 26: Line 26:
     * Check "Manual proxy configuration"     * Check "Manual proxy configuration"
     * SOCKS host: localhost     * SOCKS host: localhost
-    * Port: 4777+    * 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)