Difference between revisions of "Tinyproxy"

From WA2IAC Wiki
Jump to: navigation, search
m (Debian and Fiends)
m
 
Line 64: Line 64:
 
root@mom:/etc#
 
root@mom:/etc#
 
</pre>
 
</pre>
 +
 +
= Use with ssh =
 +
 +
Beware! The more you do, the less secure you get.
 +
 +
== ssh server config ==
 +
Don't be dumb and just cut and paste this in (please)! These are things to look at and consider,
 +
not blindly turn on. This is not a tutorial, these are notes.
 +
<pre>
 +
Tunnel yes
 +
TunnelDevice any:any
 +
PermitLocalCommand yes
 +
PermitLocalCommand yes
 +
ProxyCommand ssh -q -W %h:%p gateway.example.com
 +
</pre>
 +
== ssh client config ==
 +
 +
== Resources ==
 +
SSHmenu App - manage multiple hops
 +
http://sshmenu.sourceforge.net/articles/transparent-mulithop.html
 +
 +
netcat - network plumbing and piping tool
 +
http://netcat.sourceforge.net/
 +
 +
 +
http://unix.stackexchange.com/questions/13896/set-up-password-less-ssh-tunneling-from-home-computer-behind-nat-to-inside-compu

Latest revision as of 20:50, 18 February 2014