Difference between revisions of "Tinyproxy"

From WA2IAC Wiki
Jump to: navigation, search
(RedHattish)
(RedHattish)
Line 22: Line 22:
 
* Update the /etc/yum.conf file on the target host with this:
 
* Update the /etc/yum.conf file on the target host with this:
 
** proxy=http://localhost:8888
 
** proxy=http://localhost:8888
* From the Internet host ssh into the remote server with these command args (and just let it sit there), just repoints 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)
 
* ssh -N -R 8888:127.0.0.1:8888 1.2.3.4  (1.2.3.4 = host w/o connectivity)
  

Revision as of 22:23, 15 January 2014