Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
public:ssh [2013/12/09 02:12] – Multiplexing Nicopublic:ssh [2023/06/21 22:30] (current) – fix code tag bug Nico
Line 46: Line 46:
   * install some proxy software (i.e., Squid)    * install some proxy software (i.e., Squid) 
   * connect to the server, and map a port to the proxy's one:   * connect to the server, and map a port to the proxy's one:
 +
 +
 <code> <code>
 ssh -R8181:localhost:3128 server_to_connect_to ssh -R8181:localhost:3128 server_to_connect_to
 </code> </code>
   * once connected, enter:   * once connected, enter:
 +
 <code> <code>
 export http_proxy=http://127.0.0.1:8181 export http_proxy=http://127.0.0.1:8181