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
Next revision Both sides next revision
software:ssh [2012/06/10 12:14]
cyril
software:ssh [2014/02/27 13:21]
cyril
Line 24: Line 24:
 Then configure your apps to use it: Then configure your apps to use it:
   * **Firefox** : Preferences | Advanced | Settings | Manual Proxy Configuration | SOCKS Host : localhost, Port : 8080   * **Firefox** : Preferences | Advanced | Settings | Manual Proxy Configuration | SOCKS Host : localhost, Port : 8080
 +  * **Firefox** : there are some add-ons like FoxyProxy to quickly switch between no proxy and different proxies
   * **Thunderbird** : Preferences | Advanced | Network & Disk space | Settings | Manual Proxy Configuration | SOCKS Host : localhost, Port : 8080   * **Thunderbird** : Preferences | Advanced | Network & Disk space | Settings | Manual Proxy Configuration | SOCKS Host : localhost, Port : 8080
   * **VLC** : ''vlc --socks="localhost:8080"''   * **VLC** : ''vlc --socks="localhost:8080"''
Line 46: Line 47:
 </code> Then start your application with tsocks to force it to use the proxy:<code> </code> Then start your application with tsocks to force it to use the proxy:<code>
 tsocks <app-with-args> tsocks <app-with-args>
 +</code>
 +
 +RSYNC protocol proxy:<code>
 +export RSYNC_CONNECT_PROG='ssh <host> nc %H 873'
 </code> </code>
  
software/ssh.txt ยท Last modified: 2014/08/04 09:36 by cyril
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0