Difference between revisions of "Tinyproxy"

From WA2IAC Wiki
Jump to: navigation, search
(RedHattish)
(RedHattish)
Line 23: Line 23:
 
** proxy=http://localhost:8888
 
** proxy=http://localhost:8888
 
* From the host with Internet connectivity, ssh into the remote server with these command args (and just let it sit there). This just re-points port 8888 over the ssh tunnel to your tiny proxy install
 
* From the host with Internet connectivity, ssh into the remote server with these command args (and just let it sit there). This just re-points port 8888 over the ssh tunnel to your tiny proxy install
* ssh -N -R 8888:127.0.0.1:8888 1.2.3.4  (1.2.3.4 = host w/o connectivity)
+
<pre>
 +
ssh -N -R 8888:127.0.0.1:8888 1.2.3.4  (1.2.3.4 = host w/o connectivity)
 +
</pre>
  
 
Unresolved questions: what if sshd has a non-vanilla config (on first check, sshd has ''#AllowTcpForwarding yes'' and ''#X11Forwarding no'' so if X11 is needed, it must be turned on from a vanilla install.
 
Unresolved questions: what if sshd has a non-vanilla config (on first check, sshd has ''#AllowTcpForwarding yes'' and ''#X11Forwarding no'' so if X11 is needed, it must be turned on from a vanilla install.

Revision as of 22:24, 15 January 2014