Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2008-03-08 11:16:00
Size: 608
Editor: FranklinPiat
Comment: fix link
Revision 6 as of 2019-08-15 21:29:01
Size: 637
Editor: nodiscc
Comment: add CategoryNetwork
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
It doesn't work for gpg --send-keys and gpg --recv-keys. For that, a solution is on [http://wiki.debconf.org/wiki/DebConf5NetworkingInHEL NetworkingInHEL] It doesn't work for gpg --send-keys and gpg --recv-keys. For that, a solution is on [[http://wiki.debconf.org/wiki/DebConf5NetworkingInHEL|NetworkingInHEL]]

----

CategoryNetwork

How to proxy almost everything over an SSH tunnel

A. Open the tunnel

  1. ssh $HOST -CD 8080

B. Install tsocks

  • aptitude install tsocks
  • edit /etc/tsocks.conf
    • comment out the "path { ... }" part
    • change the server settings to:
        server = 127.0.0.1
        server_type = 4
        server_port = 8080

C. Proxy applications through the tunnel

  • tsocks gaim


Note :

It doesn't work for gpg --send-keys and gpg --recv-keys. For that, a solution is on NetworkingInHEL


CategoryNetwork