Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| public:ssh [2013/12/09 02:12] – Multiplexing Nico | public: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' | * connect to the server, and map a port to the proxy' | ||
| + | |||
| + | |||
| < | < | ||
| ssh -R8181: | ssh -R8181: | ||
| </ | </ | ||
| * once connected, enter: | * once connected, enter: | ||
| + | |||
| < | < | ||
| export http_proxy=http:// | export http_proxy=http:// | ||