Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:ssh [2012/11/26 18:01]
cyril
software:ssh [2014/08/04 09:36] (current)
cyril [Complete Forwarding]
Line 48: Line 48:
 tsocks <app-with-args> tsocks <app-with-args>
 </code> </code>
 +You can do something similar and maybe more powerful with proxychains.
 +
 +RSYNC protocol proxy:<code>
 +export RSYNC_CONNECT_PROG='ssh <host> nc %H 873'
 +</code>
 +
 +===== Complete Forwarding =====
 +
 +Forward all the traffic so you don't have to configure every application.
 +
 +  * **VPN**: complicated to set up
 +  * **SShuttle**:<code>
 +sshuttle --dns -r <host> 0/0 -x 10.0.0.0/8
 +</code>0/0 is the forward mask (everything), -x is the exclude mask (local network), --dns forwards the DNS requests as well. See also option --no-latency-control for better bandwidth but higher latency, and "--python /usr/bin/python" if you get error message "P=python2: Command not found. P: Undefined variable.".
  
software/ssh.1353952885.txt.gz ยท Last modified: 2013/09/19 16:43 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0